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
This commit is contained in:
Juli Mallett 2002-06-22 12:47:56 +00:00
parent 2b25acc158
commit 893305fe5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98614

View File

@ -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