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


Click here to return to the 'Preferential Treatment - Test XML preference files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Preferential Treatment - Test XML preference files
Authored by: nathanj on Jun 25, '04 12:44:44AM
One of the good things about being a Unix hacker is that suddenly I get to be a MacOSX hacker, too :-)

This snippet should work nicely from a terminal, but I haven't tested it :

sudo (find / -name \*.plist | xargs plutil -s)

Should go through every .plist file on the system.

[ Reply to This | # ]

Preferential Treatment - Test XML preference files
Authored by: pyptoo on Jun 25, '04 03:41:47PM

Get a "Badly placed ()'s" message when trying it



[ Reply to This | # ]