I have 1 hidden file in a folder that I'd like to make unhidden. The file name starts with a period so I can not see it. Is there any way I can change the file name and make it visible?
Thanks,
Thanks,
Originally posted by whocares
Also on a related note, you can see all files (hidden ones included) in terminal using the -a tag on the ls command (list command). Just type ls -a in the terminal and you should see 'em all!
Originally posted by DVDSP
I tried this and basically could see everything in my Home folder, how can I get it to work for items not in that folder and then also rename that file?
Thanks again everyone,
mv ".old file name" "new file name"
Originally posted by DVDSP
The name of the file has spaces in it so I tried again replacing the spaces with \ but then I got a 'no such file or directory' message.
Any other ideas?
Originally posted by DVDSP
Just out of curiosity, if I cd Desktop/folder1 but then I want to go to a different folder that is also on the Desktop (or even somewhere else) how do I go 'backwards' to get out of that folder.
cd ..
cd folder2
cd ../folder2
Originally posted by irmongoose
Agh... all this Unix stuff is confusing. Just use TinkerTool to enable hidden file viewing in the Finder.
irmongoose