Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change the Finder's default name for duplicated files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change the Finder's default name for duplicated files
Authored by: ClarkGoble on Sep 04, '07 09:29:41AM

Most editors will prompt you for the administrator password when editing these files. Smultron does. The problem with using open at the command line though is that you're never entirely sure what editor will open. That's why I didn't include it in the hint. Of course if you're at the command line using "sudo vi ..." instead of "open" will get you there. Assuming you've got sudo configured for your account.

Anyway open will work if you make this adjustment.

open -a "/Applications/myeditor.app" "path_to_file"




[ Reply to This | # ]