Revision tags: release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
cb29445a |
| 29-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup fixes.
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
ba084f6a |
| 31-Dec-2005 |
Juli Mallett <jmallett@FreeBSD.org> |
Add a FreeBSD-specific -S flag which controls the maximum size of an argument having replacements done in it via -I.
|
#
90c69417 |
| 07-Dec-2005 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Wording tweaks.
PR: not quite docs/84620 MFC after: 2 weeks
|
Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
#
f682f10c |
| 21-May-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sync program's usage() with manpage's SYNOPSIS.
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
a866e170 |
| 17-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Added the EXIT STATUS section where appropriate.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
f8fb286a |
| 02-Aug-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Document incorrect handling of multibyte characters with -I and -J options.
|
#
5c3fd35c |
| 28-Jun-2004 |
Dima Dorfman <dd@FreeBSD.org> |
Fix spelling error in my own paragraph.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0 |
|
#
fa7f4291 |
| 21-May-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup bits.
Approved by: re (blanket)
|
Revision tags: release/4.8.0_cvs, release/4.8.0 |
|
#
98186e89 |
| 23-Mar-2003 |
Maxime Henrion <mux@FreeBSD.org> |
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_applica
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
show more ...
|
#
3c675167 |
| 26-Feb-2003 |
Juli Mallett <jmallett@FreeBSD.org> |
Extend our -R extension which sets the number of arguments in which -I will replace to support magic values less than zero, which mean to just go nuts and expand as many as we want.
MFC after: 2 wee
Extend our -R extension which sets the number of arguments in which -I will replace to support magic values less than zero, which mean to just go nuts and expand as many as we want.
MFC after: 2 weeks
show more ...
|
#
4bb2c686 |
| 27-Jan-2003 |
Tom Rhodes <trhodes@FreeBSD.org> |
A few changes for clarity.
PR: 47170 Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
|
Revision tags: release/5.0.0_cvs, release/5.0.0 |
|
#
57bd0fc6 |
| 27-Dec-2002 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
english(4) police.
|
#
5a9a189b |
| 23-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: most -mdoc macros can take multiple arguments.
|
#
330d23f5 |
| 21-Dec-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add the -P option which executes multiple copies of the specified utility in parallel. Idea from GNU xargs.
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
893305fe |
| 22-Jun-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
When giving an example that relies on shell expansion/globbing, don't use a replstr for -J that will be interpereted by the shell.
MFC after: 1 day
|
#
6fc8ba94 |
| 11-Jun-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Note that this appeared at least as early as PWB UNIX.
Use the literal string 'PWB UNIX', as we still have no .At macro for it.
|
#
809a3054 |
| 30-May-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: punctuation, miscellaneous.
|
#
5706d2e8 |
| 15-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Fix a "tiny and squeeby and little" markup mistake.
Submitted by: fenner
|
#
305e39f4 |
| 05-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Modify the -p implementation to use a user's locale, so they can respond to the prompt in their native language.
Also make the prompt fit what POSIX asks for (?...).
This should not affect use of -
Modify the -p implementation to use a user's locale, so they can respond to the prompt in their native language.
Also make the prompt fit what POSIX asks for (?...).
This should not affect use of -p with yes(1) [as every locale I know of matches 'y' as YESEXPR as well], but that's what -t is for anyway. -p is meant to be really used interactively.
Submitted by: tjr, jmallett
show more ...
|
#
943e8414 |
| 02-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
A markup fix, and document -R as non-standard.
|
#
b50a7286 |
| 02-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Make -J a proper flag internal to the code (rather than just check for use of replstr and lack of Iflag), and add -R, which when given with -I controls the number of arguments on which replacement wi
Make -J a proper flag internal to the code (rather than just check for use of replstr and lack of Iflag), and add -R, which when given with -I controls the number of arguments on which replacement will be done.
Some people happen to think it's idiotic to limit to 5 arguments, so let the user override it if they like.
show more ...
|
#
fc17b349 |
| 20-Apr-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
After 3 months...
Merge xargs(1) with that of xMach.
Bring in xargs(1) changes to add -L and -I as per the Single Unix Specification version 3. Proper exit status numbers are implemented, and the
After 3 months...
Merge xargs(1) with that of xMach.
Bring in xargs(1) changes to add -L and -I as per the Single Unix Specification version 3. Proper exit status numbers are implemented, and the manual page has been updated to reflect reality.
The code has been ANSIfied, and a new file has been added to xargs(1) to do the substring substitution as SUSv3 requires.
Traditional behaviour should not be affected, use of -J should be deprecated in favor of the more portable -I (though -J has been left, for now).
Submitted by: me, tjr (the exit status stuff) Obtained from: xMach
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
ffb9c240 |
| 05-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Spelling police: extention -> extension.
|
#
8d904f15 |
| 15-May-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Add a -J replstr option that allows the user to tell xargs to insert the data read from standard input at a specific point in the command line arguments rather than at the end.
Submitted by: dd, gad
Add a -J replstr option that allows the user to tell xargs to insert the data read from standard input at a specific point in the command line arguments rather than at the end.
Submitted by: dd, gad Reviewed by: gad, brian
show more ...
|
#
a9bc34c8 |
| 02-May-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Alphabetize command-line options in the synopsis.
|