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
amlports Posts 9 Registration date Wednesday November 5, 2008 Status Member Last seen May 18, 2009 - Nov 6, 2008 at 05:51 AM
Related:
- Unix
- Convert dos to unix - Guide
- Unix sed delete line - Guide
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
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
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