diff options
author | obrien <obrien@FreeBSD.org> | 2003-01-10 17:37:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-01-10 17:37:23 +0000 |
commit | 1cb150c8dd75597ae8f9a35d183232a3b8dab626 (patch) | |
tree | b1a8783ee2cb8c1acc93da4672d61f6e514bfcc2 /bin/pax | |
parent | 44a92fbc0649fab30c6e5e8687063127f48603b8 (diff) | |
download | FreeBSD-src-1cb150c8dd75597ae8f9a35d183232a3b8dab626.zip FreeBSD-src-1cb150c8dd75597ae8f9a35d183232a3b8dab626.tar.gz |
Make the "tarcp" example more direct.
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pax.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 3a35a6b..26ffc54 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -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 |