xargs.1 (6a068746777241722b2b32c5d0bc443a2a64d80b) | xargs.1 (7e700c30d24694a2e3da34e763eb33f40c662442) |
---|---|
1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" John B. Roll Jr. and the Institute of Electrical and Electronics 6.\" Engineers, Inc. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 150 unchanged lines hidden (view full) --- 159.Ar replstr 160will be replaced. 161For example, the following command will copy the list of files and 162directories which start with an uppercase letter in the current 163directory to 164.Pa destdir : 165.Pp 166.Dl /bin/ls -1d [A-Z]* | xargs -J % cp -Rp % destdir | 1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" John B. Roll Jr. and the Institute of Electrical and Electronics 6.\" Engineers, Inc. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 150 unchanged lines hidden (view full) --- 159.Ar replstr 160will be replaced. 161For example, the following command will copy the list of files and 162directories which start with an uppercase letter in the current 163directory to 164.Pa destdir : 165.Pp 166.Dl /bin/ls -1d [A-Z]* | xargs -J % cp -Rp % destdir |
167.Pp | |
168.It Fl L Ar number 169Call 170.Ar utility 171for every 172.Ar number 173lines read. 174If EOF is reached and fewer lines have been read than 175.Ar number --- 186 unchanged lines hidden --- | 167.It Fl L Ar number 168Call 169.Ar utility 170for every 171.Ar number 172lines read. 173If EOF is reached and fewer lines have been read than 174.Ar number --- 186 unchanged lines hidden --- |