Message184644
Huh. tar *can* infer it from the data itself. On the other hand, it chooses explicitly not to.
% cat ~/Downloads/Python-3.3.0.tar.bz2| tar xvf -
tar: Archive is compressed. Use -j option
tar: Error is not recoverable: exiting now
% cat ~/Downloads/Python-3.3.0.tgz| tar xvf -
tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now
I guess "tar" knows explicit is better than implicit too ;-) |
|
Date |
User |
Action |
Args |
2013-03-19 17:10:14 | larry | set | recipients:
+ larry, rhettinger, lars.gustaebel, vstinner, ezio.melotti, eric.araujo, kyle, brandon-rhodes, berker.peksag, serhiy.storchaka, Ankur.Ankan |
2013-03-19 17:10:14 | larry | set | messageid: <1363713014.4.0.948787304959.issue13477@psf.upfronthosting.co.za> |
2013-03-19 17:10:14 | larry | link | issue13477 messages |
2013-03-19 17:10:14 | larry | create | |
|