DOKK / manpages / debian 12 / libplist-utils / plistutil.1.en
plistutil(1) General Commands Manual plistutil(1)

plistutil - Convert a plist FILE from binary to XML format or vice-versa

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

plistutil allows to convert a file in Property List format from binary to XML format or vice-versa.

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).
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.
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