Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pdetach(1) [debian man page]

args(1) 							   GNU Telephony							   args(1)

NAME
pdetach - execute detached processes SYNOPSIS
args [stdiooptions] command [args...] DESCRIPTION
This command is used to execute processes that are fully detached from the shell and the user's controlling terminal. Detached processes will not exit if the user logs out. The stdio options can be manipulated to attach the process to another device or file. OPTIONS
--error=path Set stderr for the detached process. --input=path Set stdin for the detached process. --output=path Set stdout for the detached process. AUTHOR
pdetach was written by David Sugar <dyfet@gnutelephony.org>. REPORTING BUGS
Report bugs to bug-commoncpp@gnu.org. COPYRIGHT
Copyright (C) 2009 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU uCommon January 2010 args(1)

Check Out this Related Man Page

args(1) 							   GNU Telephony							   args(1)

NAME
args - manipulate and output command arguments. SYNOPSIS
args [options] args... DESCRIPTION
This command is used to manipulate and echo command line arguments to standard out. This can include adding quotes around each argument passed or a separator, or to output each argument on a separate line. The program source also offers a basic example of how to use shell argument parsing and localization in ucommon. OPTIONS
--delim=char Set a deliminator character, such as ',', to use between each argument when outputing arguments. --directory If argument is a directory, list directory contents as arguments. --follow If argument is a directory and a symlink, follow symlinks recursively. --lines Output each argument on a separate line. --quote=char|pair Set a quote or special leading and trailing pair of characters to surround each argument with when output. A typical use might be --quote=() to surround arguments in parenthesis. --recursive If argument is a directory, recursively scan directory and any subdirectory contents as arguments. --reverse Reverse order of arguments. --help Outputs help screen for the user. AUTHOR
args was written by David Sugar <dyfet@gnutelephony.org>. REPORTING BUGS
Report bugs to bug-commoncpp@gnu.org. COPYRIGHT
Copyright (C) 2009 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU uCommon January 2010 args(1)
Man Page