S slrandall macrumors 6502 Original poster Aug 1, 2012 #1 I can still see them in Terminal through "ls -a", but when I use my old command from Lion: defaults write com.apple.Finder AppleShowAllFiles YES; killall Finder I don't see any of the .-prefix files in Finder. Anyone else have any luck with this?
I can still see them in Terminal through "ls -a", but when I use my old command from Lion: defaults write com.apple.Finder AppleShowAllFiles YES; killall Finder I don't see any of the .-prefix files in Finder. Anyone else have any luck with this?
I inaka macrumors 6502 Aug 1, 2012 #2 I dunno about all that, but I just use the app Houdini. Works great. Toggle it on/off.
Watabou macrumors 68040 Aug 1, 2012 #3 The actual command is: Code: defaults write com.apple.Finder AppleShowAllFiles true; killall Finder