Date: Sat, 18 May 2002 23:03:05 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh error.c eval.c jobs.c nodetypes parser.c redir.c sh.1 show.c Message-ID: <200205190603.g4J635L46059@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/05/18 23:03:05 PDT
Modified files:
bin/sh error.c eval.c jobs.c nodetypes parser.c
redir.c sh.1 show.c
Log:
Implement the -C (-o noclobber) option, which prevents existing regular
files from being overwritten by shell redirection.
Revision Changes Path
1.20 +1 -0 src/bin/sh/error.c
1.32 +1 -0 src/bin/sh/eval.c
1.33 +2 -0 src/bin/sh/jobs.c
1.8 +2 -1 src/bin/sh/nodetypes
1.39 +2 -0 src/bin/sh/parser.c
1.18 +11 -0 src/bin/sh/redir.c
1.59 +0 -1 src/bin/sh/sh.1
1.16 +1 -0 src/bin/sh/show.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205190603.g4J635L46059>
