Home
last modified time | relevance | path

Searched +full:sample2 +full:. +full:ref +full:. +full:gz (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/bzip2/
H A DFREEBSD-upgrade4 originals can be found at: http://www.bzip.org/downloads.html
14 tar xvfz bzip2-1.0.4.tar.gz -X FREEBSD-Xlist
16 uuencode sample1.bz2 sample1.bz2 > sample1.bz2.uu
17 uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu
18 uuencode sample3.bz2 sample3.bz2 > sample3.bz2.uu
19 gzip -9 sample1.ref sample2.ref sample3.ref
20 uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu
21 uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu
22 uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu
23 rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz
[all …]
H A Dsample2.ref.gz.uu1 begin 644 sample2.ref.gz
/freebsd-14.2/usr.bin/bzip2/
H A DMakefile18 REFFILES= sample1.ref sample2.ref sample3.ref
27 ${f}: ${f}.gz.uu
28 uudecode -p ${BZ2DIR}/${f}.gz.uu | gunzip > ${f}
37 ./bzip2 -1 < sample1.ref > sample1.rb2
38 ./bzip2 -2 < sample2.ref > sample2.rb2
39 ./bzip2 -3 < sample3.ref > sample3.rb2
41 ./bzip2 -d < sample2.bz2 > sample2.tst
44 cmp sample2.bz2 sample2.rb2
46 cmp sample1.tst sample1.ref
47 cmp sample2.tst sample2.ref
[all …]