Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
0
cde/programs/dtksh/ksh93/ship/pax/930716/UNCRATED
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/930716/UNCRATED
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/930716/base
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/930716/base
Normal file
5
cde/programs/dtksh/ksh93/ship/pax/930716/copyright
Normal file
5
cde/programs/dtksh/ksh93/ship/pax/930716/copyright
Normal file
@@ -0,0 +1,5 @@
|
||||
AT&T Bell Laboratories
|
||||
Software Engineering Research Department
|
||||
advsoft@research.att.com
|
||||
Randy Hackbarth 908-582-5245
|
||||
Dave Belanger 908-582-7427
|
||||
1
cde/programs/dtksh/ksh93/ship/pax/930716/items
Normal file
1
cde/programs/dtksh/ksh93/ship/pax/930716/items
Normal file
@@ -0,0 +1 @@
|
||||
libodelta libast
|
||||
1
cde/programs/dtksh/ksh93/ship/pax/930716/owner
Normal file
1
cde/programs/dtksh/ksh93/ship/pax/930716/owner
Normal file
@@ -0,0 +1 @@
|
||||
liszt!easy!liszt!easy!usl!att!gryphon!gsf
|
||||
0
cde/programs/dtksh/ksh93/ship/pax/950620/UNCRATED
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/950620/UNCRATED
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/950620/base
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/950620/base
Normal file
5
cde/programs/dtksh/ksh93/ship/pax/950620/copyright
Normal file
5
cde/programs/dtksh/ksh93/ship/pax/950620/copyright
Normal file
@@ -0,0 +1,5 @@
|
||||
AT&T Bell Laboratories
|
||||
Software Engineering Research Department
|
||||
advsoft@research.att.com
|
||||
Randy Hackbarth 908-582-5245
|
||||
Dave Belanger 908-582-7427
|
||||
1
cde/programs/dtksh/ksh93/ship/pax/950620/items
Normal file
1
cde/programs/dtksh/ksh93/ship/pax/950620/items
Normal file
@@ -0,0 +1 @@
|
||||
libvdelta libodelta libast
|
||||
1
cde/programs/dtksh/ksh93/ship/pax/950620/owner
Normal file
1
cde/programs/dtksh/ksh93/ship/pax/950620/owner
Normal file
@@ -0,0 +1 @@
|
||||
liszt!easy!liszt!easy!usl!att!gryphon!gsf
|
||||
0
cde/programs/dtksh/ksh93/ship/pax/950811/UNCRATED
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/950811/UNCRATED
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/950811/base
Normal file
0
cde/programs/dtksh/ksh93/ship/pax/950811/base
Normal file
6
cde/programs/dtksh/ksh93/ship/pax/950811/copyright
Normal file
6
cde/programs/dtksh/ksh93/ship/pax/950811/copyright
Normal file
@@ -0,0 +1,6 @@
|
||||
type=proprietary
|
||||
corporation=AT&T
|
||||
company="Bell Laboratories"
|
||||
organization="Software Engineering Research Department"
|
||||
license=http://www.research.att.com/orgs/ssr/book/reuse
|
||||
contact=gsf@research.att.com
|
||||
1
cde/programs/dtksh/ksh93/ship/pax/950811/items
Normal file
1
cde/programs/dtksh/ksh93/ship/pax/950811/items
Normal file
@@ -0,0 +1 @@
|
||||
libvdelta libodelta libast
|
||||
1
cde/programs/dtksh/ksh93/ship/pax/950811/owner
Normal file
1
cde/programs/dtksh/ksh93/ship/pax/950811/owner
Normal file
@@ -0,0 +1 @@
|
||||
gsf
|
||||
48
cde/programs/dtksh/ksh93/ship/pax/950811/promo
Normal file
48
cde/programs/dtksh/ksh93/ship/pax/950811/promo
Normal file
@@ -0,0 +1,48 @@
|
||||
.H 1 pax
|
||||
.B pax
|
||||
is a POSIX 1003.2 conformant replacement for
|
||||
.B tar
|
||||
and
|
||||
.B cpio
|
||||
that handles most UNIX archive and tape formats.
|
||||
.B pax
|
||||
uses the
|
||||
.I vdelta
|
||||
algorithm to construct efficient delta archives that contain bytewise
|
||||
changes from a given base archive.
|
||||
.B gzip
|
||||
and
|
||||
.B compress
|
||||
archives are also handled on input and output.
|
||||
.P
|
||||
To create a
|
||||
.I vdelta
|
||||
compressed base archive:
|
||||
.EX
|
||||
tw | pax -w -f base -z -
|
||||
.EE
|
||||
To create a delta archive on the base above (record file changes only):
|
||||
.EX
|
||||
tw | pax -w -f delta -z base
|
||||
.EE
|
||||
To read the delta archive:
|
||||
.EX
|
||||
pax -r -f delta -z base
|
||||
.EE
|
||||
To create a delta archive from linux-1.2.0 to linux-1.2.5:
|
||||
.EX
|
||||
pax -rf linux-1.2.5.tar.gz -wf 0-5.pax.gz -x gzip -z linux-1.2.0.tar.gz
|
||||
.EE
|
||||
To create the linux-1.2.5 archive:
|
||||
.EX
|
||||
pax -rf 0-5.pax.gz -z linux-1.2.0.tar.gz -wf linux-1.2.5.tar.gz -x tar -x gzip
|
||||
.EE
|
||||
The
|
||||
.B bax
|
||||
script, shipped with
|
||||
.BR pax ,
|
||||
combines
|
||||
.B tw
|
||||
and
|
||||
.B pax
|
||||
for handy backup control.
|
||||
Reference in New Issue
Block a user