mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
Use 'cp -R' instead of 'cp -r' in the example of the -J option.
ok jmc@
This commit is contained in:
parent
382730a9f0
commit
e5522f80ec
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: xargs.1,v 1.17 2006/02/14 15:05:11 otto Exp $
|
||||
.\" $OpenBSD: xargs.1,v 1.18 2006/07/24 14:43:59 bernd Exp $
|
||||
.\" $FreeBSD: xargs.1,v 1.30 2003/05/21 21:07:28 ru Exp $$
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
@ -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"
|
||||
.It Fl L Ar number
|
||||
Call
|
||||
.Ar utility
|
||||
|
Loading…
Reference in New Issue
Block a user