-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, Nov 12, 2017 at 12:26:40PM -0500, Cindy-Sue Causey wrote:
[...] > Does "find" find hidden files without being specifically told how to > do so? The other thing is that maybe you've just been phenomenally > blessed to have no errors. That *could* happen.. :) The secret about hidden files is... that there are no hidden files [1] :-) There's just this convention that "ls" (and most GUI "file managers" don't show files bearing a name which starts with "." (dot). There's an option for "ls" to show those files anyway ("-a", think "all"), and the GUIs typically call that "show hidden files" (in some reminiscence of DOS hidden files, which were something completely different!), thus causing confusion. GUIs have seldom qualms about causing confusion, which is a pity, and the damage is kind of done now :-( Typically, files and directories you don't want to "see always", like "." (aka "self"), ".." (aka parent) and configuration files and directories are named starting with a dot. And yes, find does find those files by default. [1] In Unix-like operating systems, that is. Cheers - -- tomás -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAloIiZsACgkQBcgs9XrR2kZoCACeNJL374rGau2azu3c30Emam0t J4AAnjvjCoJzD8qd6b45L3O36bAxwCDy =Daeb -----END PGP SIGNATURE-----