Date: Sun, 23 Mar 2003 10:29:52 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.1 xargs.c Message-ID: <200303231829.h2NITqWH016146@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/03/23 10:29:52 PST
FreeBSD src repository
Modified files:
usr.bin/xargs xargs.1 xargs.c
Log:
Add a new -o option to tell xargs(1) to reopen /dev/tty as stdin in
the child process, before executing the command. This is very useful
when you do stuff like ``find ... | xargs interactive_application''.
Without -o, the application would inherit the pipe as its stdin, and
you thus lose any control over it.
This flag has been carefully chosen to not conflit with other options
of other xargs utilities like GNU xargs.
Reviewed by: jmallett
Revision Changes Path
1.29 +9 -2 src/usr.bin/xargs/xargs.1
1.47 +12 -3 src/usr.bin/xargs/xargs.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?200303231829.h2NITqWH016146>
