September 2002
Beginner to intermediate
216 pages
7h 43m
English
pl
pl [-inputinput_binary_file| -outputoutput_binary_file]
Translates XML property list files into a more compact “key = value” format. Also translates between this and a serialized binary format, in either direction. XML is read from standard input, “key = value” data is read from standard input and written to standard output, and serialized binary data is read from and written to files specified with arguments.
Specifies a serialized binary file as input.
Specifies a serialized binary file as output.
foo.plist
| pl
Translates XML property list to “key = value” format.
foo.plist
| pl | pl -output
foo.bin
Translates XML property list to serialized binary format.
foo.bin
Translates serialized binary file to “key = value” format.
| /usr/bin |
| Mac OS X |