Make the "tarcp" example more direct.

This commit is contained in:
David E. O'Brien 2003-01-10 17:37:23 +00:00
parent e0bc74123b
commit 2e79837f7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109075

View File

@ -1064,13 +1064,13 @@ gives the verbose table of contents for an archive stored in
.Pa filename .
.Pp
The following commands:
.Dl mkdir /tmp/foo
.Dl cd /tmp/bar
.Dl pax -rw .\ /tmp/foo
.Dl mkdir /tmp/to
.Dl cd /tmp/from
.Dl pax -rw .\ /tmp/to
will copy the entire
.Pa /tmp/bar
.Pa /tmp/from
directory hierarchy to
.Pa /tmp/foo .
.Pa /tmp/to .
.Pp
The command:
.Dl pax -r -s ',^//*usr//*,,' -f a.pax