Date: Sun, 1 Oct 1995 08:11:44 -0700 From: Joerg Wunsch <joerg> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh options.c Message-ID: <199510011511.IAA16862@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 95/10/01 08:11:44
Modified: bin/sh options.c
Log:
Posixize:
sh -c [-aCefinuvx] command_string [ command_name [argument ...] ] 1
4.56.3 Options
-c Read commands from the command_string operand. Set the
value of special parameter 0 (see 3.5.2) from the value of
the command_name operand and the positional parameters
($1, $2, etc.) in sequence from the remaining argument
operands.
Pointed out by: Kaleb Keithly (kaleb@x.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510011511.IAA16862>
