You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixz/test.sh

25 lines
591 B
Bash

#!/bin/bash
15 years ago
#base=lmnopuz
#file=lmnopuz/CheckPUZ.app/Contents/Resources/script
15 years ago
base=nicotine
file=nicotine/museek+-0.1.13/doc/SConscript
15 years ago
15 years ago
#base=simbl
#file=Users/vasi/Desktop/SIMBL/keywurl/SIMBL.pkg/Contents/Info.plist
15 years ago
echo XZ
15 years ago
time xz -c < tars/$base.tar > tars/$base.txz
time xz -cd < tars/$base.txz | tar xO $file | md5sum
15 years ago
echo; echo; echo PIXZ
15 years ago
time ./write tars/$base.tar tars/$base.tpxz
time ./read tars/$base.tpxz $file | tar xO $file | md5sum
15 years ago
echo; echo; echo CROSS
15 years ago
xz -cd < tars/$base.tpxz | tar xO $file | md5sum
15 years ago
echo; echo
15 years ago
du -sh tars/$base.tar tars/$base.tpxz tars/$base.txz