Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plutil(1) [debian man page]

PLUTIL(1)						      General Commands Manual							 PLUTIL(1)

NAME
plutil - A converter tool for binary or XML Apple property lists SYNOPSIS
plutil -i|--infile in_file.plist -o|--outfile out_file.plist [--debug] OPTION
-i or --infile The file to read in. -o or --outfile The file to convert to. -d, -v or --debug Provide extended debug information. DESCRIPTION
plutil AUTHOR
plutil was written by Zach C.. This manual page was written by Julien Lavergne <julien.lavergne@gmail.com>, for the Debian project (but may be used by others). October 31, 2009 PLUTIL(1)

Check Out this Related Man Page

DIME(1) 						      General Commands Manual							   DIME(1)

NAME
dxf2vrml - program to convert .dxf formatted 3-D datasets to .VRML format. SYNOPSIS
dxf2vrml [infile][-ooutfile][-emaxerr][-f][-l] DESCRIPTION
This manual page documents briefly the dxf2vrml command. (default infile is stdin, default outfile is stdout) This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below. dxf2vrml is a program that... OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. infile default infile is stdin -o outfile, default outfile is stdout -e, Maximum error when tessellating curves -f, Respect the $FILLMODE header variable -vrml2, Write as vrml2. Default is vrml1 -l, Use layer color, ignore the color index -s, Set sub parameter -h, Show useage. SEE ALSO
files in: /usr/share/doc/libdime/, /usr/share/doc/libdime-dev/. The programs are documented fully by http://www.coin3d.org/lib/dime/, available via the Internet. AUTHOR
This manual page was written by A. Maitland Bottoms <bottoms@debian.org>, for the Debian GNU/Linux system (but may be used by others). January 11, 2002 DIME(1)
Man Page

6 More Discussions You Might Find Interesting

1. OS X (Apple)

Plist to Unix Executable

I'm using an old conversion method for converting a plist into an XML file, but that's not what I'm needing just via terminal now. What I'm looking for is an answer to convert a plist file into an executable. I'd like to import it into Casper and have the JSS push it out onto an image. In this... (6 Replies)
Discussion started by: unimachead
6 Replies

2. Shell Programming and Scripting

Parsing plist file ?

Hi, I wondered if it was possible to parse a plist file like this http://dl.dropbox.com/u/14586156/stuff/Bookmarks.plist so it will afterwards look like this <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"... (0 Replies)
Discussion started by: pasc
0 Replies

3. Shell Programming and Scripting

Use expect to run an interactive shell script?

Hi all, I have a bit of a vexing issue here and I'm not certain how best to go about it. Basically, I want to run a shell script and automate the user prompt of hitting 1 to fully uninstall Symantec Anti-Virus for OS X. Would expect be the best way to do this? (5 Replies)
Discussion started by: prometheon123
5 Replies

4. UNIX for Dummies Questions & Answers

Perl find & replace - what am I doing wrong?

Hi! I have a directory full of .plist type files from which I need to delete a line. Not every file contains the line, but of course I'd like to do it recursively. The line which I want to delete is: <string>com.apple.PhotoBooth</string> and looks like this in its native habitat: ... (9 Replies)
Discussion started by: sudon't
9 Replies

5. Shell Programming and Scripting

Please identify "unexpected end of file" bug

This is a script I got off the web for transferring Safari's "reading list" to the Pocket app. I ran it in terminal with the command bash exportsafarireadinglist.sh and got syntax error: unexpected end of file. Thanks for any help! The code: #!/bin/bash # Script to export Safari's reading... (2 Replies)
Discussion started by: kdog126
2 Replies

6. Shell Programming and Scripting

Alias help

I am creating subversion pre commit hook on linux to run on client side but its not working and throwing an error - alias svnbi="plutil *.plist|grep -v OK; if ; then svn ci -m $1 ; fi" but when I run - (test is $1 here) svnbi test bash: syntax error near unexpected token `test' ... (1 Reply)
Discussion started by: jacki
1 Replies