mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Discourage from using "cp -r".
This commit is contained in:
parent
395b253f5f
commit
97b0bfc2e9
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
.\" $FreeBSD$
|
||||
.\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $
|
||||
.\"
|
||||
.Dd January 26, 2008
|
||||
.Dd March 24, 2011
|
||||
.Dt XARGS 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -163,7 +163,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