plutil
Verified for current stable LTS
Plutil Command: Display Contents Human Readable Plist
Use for display contents human readable plist with Plutil. Exact CLI syntax to display contents human readable plist using Plutil.
When to use this: Use for display contents human readable plist with Plutil.
Command Syntax
plutil -p <file1.plist file2.plist ...> plutil -p <file1.plist file2.plist ...> Live Command Builder
Final Command
plutil -p <file1.plist file2.plist ...> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display contents human readable plist using Plutil.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Plutil Command: Convert Plist To Binary Format
plutil -convert binary1 <file1.plist file2.plist ...> Plutil Command: Convert Plist To Different Format New File plutil -convert <xml1|binary1|json|swift|objc> <path/to/file.plist> -o <path/to/new_file.plist> Plutil Command: Convert Plist To Different Format Stdout plutil -convert <xml1|binary1|json|swift|objc> <path/to/file.plist> -o - Plutil Command: Convert Plist To Xml Format plutil -convert xml1 <file1.plist file2.plist ...> Jmeter Command: Run Test Plan Nongui Proxy jmeter -n -t <path/to/file.jmx> -H- <127.0.0.1> -P <8888>