Searched +full:sample2 +full:. +full:ref +full:. +full:gz (Results 1 – 3 of 3) sorted by relevance
4 originals can be found at: http://www.bzip.org/downloads.html14 tar xvfz bzip2-1.0.4.tar.gz -X FREEBSD-Xlist16 uuencode sample1.bz2 sample1.bz2 > sample1.bz2.uu17 uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu18 uuencode sample3.bz2 sample3.bz2 > sample3.bz2.uu19 gzip -9 sample1.ref sample2.ref sample3.ref20 uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu21 uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu22 uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu23 rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz[all …]
1 begin 644 sample2.ref.gz
18 REFFILES= sample1.ref sample2.ref sample3.ref 27 ${f}: ${f}.gz.uu28 uudecode -p ${BZ2DIR}/${f}.gz.uu | gunzip > ${f}37 ./bzip2 -1 < sample1.ref > sample1.rb238 ./bzip2 -2 < sample2.ref > sample2.rb239 ./bzip2 -3 < sample3.ref > sample3.rb241 ./bzip2 -d < sample2.bz2 > sample2.tst44 cmp sample2.bz2 sample2.rb246 cmp sample1.tst sample1.ref47 cmp sample2.tst sample2.ref[all …]