program name(1)
NAME
program - one sentence explanation
SYNOPSIS
program [options] arguments
DESCRIPTION
Describe what the program is good for in one or two paragraphs here.
Here is how to split paragraphs.
Examples of type styles: bold, ITALIC(italic), code.
OPTIONS
List all options here in alphabetical order.
It's ok to copy and paste from the program help text or the manual.
-d <flag> |
| Enable debugging for this sub-system.
|
-h | Display version information.
|
-v | Show help text.
|
ENVIRONMENT VARIABLES
List any environment variables used or set in this section.
EXIT STATUS
On success, returns zero. On failure, returns non-zero.
EXAMPLES
Give 1-3 short examples of how to use the program:
To access a single remote file using vi:
parrot_run vi /anonftp/ftp.gnu.org/pub/README
You can also run an entire shell inside of Parrot, like this:
parrot_run bash
cd /anonftp/ftp.gnu.org/pub
ls -la
cat README
COPYRIGHT
The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2011 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
SEE ALSO
The Cooperative Computing Tools
Parrot User Manual
parrot_run(1)
makeflow(1)
CCTools 3.5.3 released on 07/26/2012