freebsd-skq/usr.bin/xargs
mux 76bd33cd1b 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
2003-03-23 18:29:52 +00:00
..
Makefile Take __FreeBSD_version into account when BOOTSTRAPPING. 2002-11-13 13:49:29 +00:00
pathnames.h
strnsubst.c Check for results of repeated calls to strnsubst(), as well as for the 2002-06-22 12:58:42 +00:00
xargs.1 Add a new -o option to tell xargs(1) to reopen /dev/tty as stdin in 2003-03-23 18:29:52 +00:00
xargs.c Add a new -o option to tell xargs(1) to reopen /dev/tty as stdin in 2003-03-23 18:29:52 +00:00