summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-22 12:47:56 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-22 12:47:56 +0000
commit5d43ad8ce6600bf1aae971105f88f49e10d3317d (patch)
tree187e4a2995edd17a98676afc0391b1eb3d1de85b /usr.bin/xargs
parent525988814841e0e419cfa1953c8a04c04afbd5dc (diff)
downloadFreeBSD-src-5d43ad8ce6600bf1aae971105f88f49e10d3317d.zip
FreeBSD-src-5d43ad8ce6600bf1aae971105f88f49e10d3317d.tar.gz
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
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/xargs.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index 6c6e1d4..6236c58 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -160,7 +160,7 @@ directories which start with an uppercase letter in the current
directory to
.Pa destdir :
.Pp
-.Dl /bin/ls -1d [A-Z]* | xargs -J [] cp -rp [] destdir
+.Dl /bin/ls -1d [A-Z]* | xargs -J % cp -rp % destdir
.Pp
.It Fl L Ar number
Call
OpenPOWER on IntegriCloud