mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
2b25acc158
commit
893305fe5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue