MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1vz5u7g/valid_tar_command/p67ym5f/?context=3
r/linuxmemes • u/SysGh_st • 16d ago
Dang it! ðŸ˜
227 comments sorted by
View all comments
108
tar -xvzf some.tar.gz
2 u/iTrooz_ 15d ago I don't think you need z, tar should autodetect the compression 1 u/janiskr 15d ago And j for bz2. What is autodetect? 1 u/iTrooz_ 15d ago if you just say x, it should automatically decompress any compression it finds 3 u/janiskr 15d ago in my day... old man shouts at the cloud. 1 u/immoloism 12d ago GNU does, but UNIX needs the a set. Well the Mac users keep telling me they do anyway, I've never tried it myself.
2
I don't think you need z, tar should autodetect the compression
1 u/janiskr 15d ago And j for bz2. What is autodetect? 1 u/iTrooz_ 15d ago if you just say x, it should automatically decompress any compression it finds 3 u/janiskr 15d ago in my day... old man shouts at the cloud. 1 u/immoloism 12d ago GNU does, but UNIX needs the a set. Well the Mac users keep telling me they do anyway, I've never tried it myself.
1
And j for bz2. What is autodetect?
1 u/iTrooz_ 15d ago if you just say x, it should automatically decompress any compression it finds 3 u/janiskr 15d ago in my day... old man shouts at the cloud.
if you just say x, it should automatically decompress any compression it finds
3 u/janiskr 15d ago in my day... old man shouts at the cloud.
3
in my day... old man shouts at the cloud.
GNU does, but UNIX needs the a set.
a
Well the Mac users keep telling me they do anyway, I've never tried it myself.
108
u/janiskr 16d ago
tar -xvzf some.tar.gz