Seventh Edition Unix man(7)[1] and its descendants handle at most six arguments to macros. Excess arguments are ignored and not formatted.
[1] https://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/lib/tmac/tmac.an --- xargs/xargs.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xargs/xargs.1 b/xargs/xargs.1 index b0ed4b55..0de9fadb 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -391,7 +391,7 @@ .SH OPTIONS . .SH "EXAMPLES" .nf -.B find /tmp \-name core \-type f \-print | xargs /bin/rm \-f +.B "find /tmp \-name core \-type f \-print | xargs /bin/rm \-f" .fi .P Find files named @@ -403,7 +403,7 @@ .SH "EXAMPLES" any filenames containing newlines or spaces. . .P -.B find /tmp \-name core \-type f \-print0 | xargs \-0 /bin/rm \-f +.B "find /tmp \-name core \-type f \-print0 | xargs \-0 /bin/rm \-f" .P Find files named .B core @@ -413,7 +413,7 @@ .SH "EXAMPLES" directory names containing spaces or newlines are correctly handled. . .P -.B find /tmp \-depth \-name core \-type f \-delete +.B "find /tmp \-depth \-name core \-type f \-delete" .P Find files named .B core @@ -432,7 +432,7 @@ .SH "EXAMPLES" . .P .nf -.B cut \-d: \-f1 < /etc/passwd | sort | xargs echo +.B "cut \-d: \-f1 < /etc/passwd | sort | xargs echo" . .fi Generates a compact listing of all the users on the system. -- 2.30.2
signature.asc
Description: PGP signature
