1

Possible Duplicate:
How can I show hidden files/folders in Finder

How can I hide file/folder in Finder and roll it back easily (like windows) and how can I tell Finder to show hidden files or not (like folder option(hide hidden file) in Windows)

I don't want a way like this.

Am1rr3zA
  • 5,463

3 Answers3

2

you might want to look at totalFinder. Among other neat things (such as giving you tabs and split pane browsing) it lets you turn on hidden files in Finder.

Otherwise, open a terminal window and type

ls -a /path/to/your/folder

where /path/to/your/folder is the unix-style path to the folder you want to list. The easiest way to get this is to type ls -a, then drag the folder into the terminal window.

stib
  • 4,389
1

Use hiddenfiles widget for dashboard.

fady
  • 611
0

I use sterMachine Among other things, it lets you choose to see all hidden files. To hide files, you can just stick a dot infront of them...

Brian Postow
  • 1,715