User Tools

Site Tools


tar_usage

This is an old revision of the document!


count number of lines in a txz file

xz -cd foo.txz | wc -l
for i in *.txz; do echo $i; xz -cd $i | wc; done
tar_usage.1674768029.txt.gz · Last modified: 2023/01/26 21:20 by raju