The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > OS X (Apple)
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-04-2008
tlarkin tlarkin is offline
Registered User
 

Join Date: Mar 2008
Posts: 12
If the file name has a . in front of it, it is hidden from the finder. Open up terminal and see if you have it under your home directory, though I would assume it most likely lives in ~/Library/Preferences.

Use the ls command in terminal to see if you have that file. Then you can open that file up in terminal as well by doing open -t -f ~/path/to/file
Reply With Quote