Discourage from using "cp -r".

This commit is contained in:
ru 2011-03-24 13:52:59 +00:00
parent 484221faf0
commit c8811aa539

View File

@ -33,7 +33,7 @@
.\" $FreeBSD$ .\" $FreeBSD$
.\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $ .\" $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 .Dt XARGS 1
.Os .Os
.Sh NAME .Sh NAME
@ -163,7 +163,7 @@ directories which start with an uppercase letter in the current
directory to directory to
.Pa destdir : .Pa destdir :
.Pp .Pp
.Dl /bin/ls -1d [A-Z]* | xargs -J % cp -rp % destdir .Dl /bin/ls -1d [A-Z]* | xargs -J % cp -Rp % destdir
.Pp .Pp
.It Fl L Ar number .It Fl L Ar number
Call Call