1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH CDE "1" "February 2012" "cde 0.1" "User Commands"
.SH NAME
cde - package everything required to execute a Linux command on another computer
.SH DESCRIPTION
CDE: Code, Data, and Environment packaging for Linux
Copyright 2010\-2011 Philip Guo (pg@cs.stanford.edu)
http://www.stanford.edu/~pgbovine/cde.html
.PP
usage: cde [command to run and package]
.PP
Options
.TP
\fB\-c\fR
: Print the order of files copied into the package in cde\-copied\-files.log
.HP
\fB\-o\fR <output dir> : Set a custom output directory instead of "cde\-package/"
.TP
\fB\-f\fR
: Do NOT follow forks, so child processes are not packaged
.HP
\fB\-i\fR '<file path>' : Ignore the given exact file path
.HP
\fB\-p\fR '<file path>' : Ignore the given file path prefix
.TP
\fB\-v\fR
: Verbose mode (for debugging)
.SH "SEE ALSO"
.BR cde-exec "(1)"
|