Re: modify xml file
Re: modify xml file
- Subject: Re: modify xml file
- From: Doug McNutt <email@hidden>
- Date: Mon, 11 Aug 2003 15:45:11 -0600
At 17:08 -0400 8/11/03, Jeramey Valley wrote:
>
I need to modify one value in an xml file, and save the updated file. So far, I don't see an easy way to do this, but perhaps I'm missing something.
Learn about the NextStep defaults system.
in Terminal :
man defaults ; # general information
defaults read ; # lists current user's preferences for all kinds of things
defaults write . . . ; # allows changes
Consider having complete edited copies of the file and just replace whole files with a cp or rename. You may well need administrator privilege or some kind of sudo for anything though.
--
--> There are 10 kinds of people: those who understand binary, and those who don't <--
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.