Unix

Closed
sophia - Nov 5, 2008 at 11:33 PM
amlports Posts 9 Registration date Wednesday November 5, 2008 Status Member Last seen May 18, 2009 - Nov 6, 2008 at 05:51 AM



i would like to ask something about find command.
how to search and find the hidden files in the folder?
i could not find it through normal ways.
thanks
Hello,

1 response

amlports Posts 9 Registration date Wednesday November 5, 2008 Status Member Last seen May 18, 2009
Nov 6, 2008 at 05:51 AM
hello,

In UNIX, just typing ls won't reveal the file, but adding the -a flag, as in ls -al, will reveal invisible files as well.

Unfortunately, the Finder won't let you save/rename a file with a period as the first character. It is easy, however, to jump into UNIX and use the mv (move) command to rename the file, like this:

mv SecretFile.pdf .SecretFile.pdf

hope it helps you
0