I'd like to do: bzip2 -dk file.bz2 | lodstats -vl Alternatively bzip2 -dk file.bz2 | lodstats -vl - (some tools allow using '-' as an indicator for reading from stdin)
I'd like to do:
bzip2 -dk file.bz2 | lodstats -vl
Alternatively
bzip2 -dk file.bz2 | lodstats -vl -
(some tools allow using '-' as an indicator for reading from stdin)