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


Click here to return to the '10.4: Edit and save binary plist files in emacs, revisited' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Edit and save binary plist files in emacs, revisited
Authored by: shideg on Jul 19, '05 04:20:15PM

What about

#!/bin/sh
plutil -convert xml1 -o /dev/stdout $1



[ Reply to This | # ]