GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
plistutil(1) FreeBSD General Commands Manual plistutil(1)

plistutil - Convert a plist FILE between binary, XML, and JSON format

plistutil [OPTIONS] [-i FILE] [-o FILE]

plistutil allows converting a Property List file between binary, XML, and JSON format.

Input FILE to convert from. If this argument is omitted or - is passed as filename, plistutil will read from stdin.
Output FILE to convert to. If this argument is omitted or - is passed as filename, plistutil will write to stdout.
Force output format, regardless of input type. This is useful if the input format is not known, but the output format should always be in a specific format (like xml or json).

If omitted, XML plist data will be converted to binary and vice-versa. To convert to/from JSON or OpenStep the output format needs to specified.

Print PList in human-readable format.
JSON and OpenStep only: Print output in compact form. By default, the output will be pretty-printed.
Sort all dictionary nodes lexicographically by key before converting to the output format.
Prints usage information.
Enabled extended debug output.
Print version information

Convert test.plist and write to out.plist. If test.plist is in XML format, out.plist will be in binary format. If test.plist is in binary format, out.plist will be in XML format.
Same as before, but the output will always be in binary format.
Print test.plist as XML plist, regardless of the input format.
Same as before.
Print test.plist as JSON plist, regardless of the input format.
Take plist data from stdin - piped via cat - and write the output as XML to stdout.

Zach C.

Martin Szulecki

Nikias Bassen

https://libimobiledevice.org

https://github.com/libimobiledevice/libplist


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.