Nick said: > Is - as a stdin/stdout file actually used many places? Because it > seems awfully weird to do: > > zcat < a.tar.gz | tar -t -f - > > rather than > > zcat < a.tar.gz | tar -t
On OpenBSD without "-f" tar opens /dev/rst0 or whatever TAPE is set to. -- Dmitrij D. Czarkoff