freebsd-dev/bin/sh
Joerg Wunsch 6d753bdd67 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)
1995-10-01 15:11:42 +00:00
..
bltin Clean up compilation warnings. 1995-08-23 05:31:06 +00:00
funcs Added $Id$ 1994-09-24 02:59:15 +00:00
alias.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
alias.h Added $Id$ 1994-09-24 02:59:15 +00:00
arith_lex.l Added $Id$ 1994-09-24 02:59:15 +00:00
arith.y Added $Id$ 1994-09-24 02:59:15 +00:00
builtins Added $Id$ 1994-09-24 02:59:15 +00:00
cd.c Obtained from: partly from 1.1.5 1994-12-26 13:02:05 +00:00
errmsg.c Added $Id$ 1994-09-24 02:59:15 +00:00
errmsg.h Added $Id$ 1994-09-24 02:59:15 +00:00
error.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
error.h Added $Id$ 1994-09-24 02:59:15 +00:00
eval.c Don't dereference a NULL pointer in the case of a null pipe. 1995-09-20 08:30:56 +00:00
eval.h Added $Id$ 1994-09-24 02:59:15 +00:00
exec.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
exec.h Added $Id$ 1994-09-24 02:59:15 +00:00
expand.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
expand.h Added $Id$ 1994-09-24 02:59:15 +00:00
histedit.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
init.h Added $Id$ 1994-09-24 02:59:15 +00:00
input.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
input.h Added $Id$ 1994-09-24 02:59:15 +00:00
jobs.c Fix relocation of job table. 1995-09-21 13:24:20 +00:00
jobs.h Added $Id$ 1994-09-24 02:59:15 +00:00
machdep.h Added $Id$ 1994-09-24 02:59:15 +00:00
mail.c Added $Id$ 1994-09-24 02:59:15 +00:00
mail.h Added $Id$ 1994-09-24 02:59:15 +00:00
main.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
main.h Added $Id$ 1994-09-24 02:59:15 +00:00
Makefile Make the shell handle a null command in a &&/|| sequence correctly. 1995-08-27 20:26:44 +00:00
memalloc.c Added $Id$ 1994-09-24 02:59:15 +00:00
memalloc.h Added $Id$ 1994-09-24 02:59:15 +00:00
miscbltin.c Added $Id$ 1994-09-24 02:59:15 +00:00
mkbuiltins Make build work, even if there is no obj subdir. 1995-03-30 19:45:20 +00:00
mkinit.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
mknodes.c Added $Id$ 1994-09-24 02:59:15 +00:00
mksignames.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
mksyntax.c Added $Id$ 1994-09-24 02:59:15 +00:00
mktokens Added $Id$ 1994-09-24 02:59:15 +00:00
myhistedit.h Added $Id$ 1994-09-24 02:59:15 +00:00
mystring.c Added $Id$ 1994-09-24 02:59:15 +00:00
mystring.h Added $Id$ 1994-09-24 02:59:15 +00:00
nodes.c.pat Added $Id$ 1994-09-24 02:59:15 +00:00
nodetypes Added $Id$ 1994-09-24 02:59:15 +00:00
options.c Posixize: 1995-10-01 15:11:42 +00:00
options.h Added $Id$ 1994-09-24 02:59:15 +00:00
output.c Added $Id$ 1994-09-24 02:59:15 +00:00
output.h Added $Id$ 1994-09-24 02:59:15 +00:00
parser.c Sigh. This will become a never ending story. :-( 1995-08-28 19:24:35 +00:00
parser.h Added $Id$ 1994-09-24 02:59:15 +00:00
redir.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
redir.h Added $Id$ 1994-09-24 02:59:15 +00:00
sh.1 typo there --> their 1995-05-05 16:49:15 +00:00
shell.h Make the shell handle a null command in a &&/|| sequence correctly. 1995-08-27 20:26:44 +00:00
show.c Added $Id$ 1994-09-24 02:59:15 +00:00
TOUR Added $Id$ 1994-09-24 02:59:15 +00:00
trap.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
trap.h Added $Id$ 1994-09-24 02:59:15 +00:00
var.c Remove trailing whitespace. 1995-05-30 00:07:29 +00:00
var.h Added $Id$ 1994-09-24 02:59:15 +00:00