You must log in or register to comment.
oh yeah? do a
.7z
now 😏e: ah, you created the tar first i see now. i bet you know how to decompress a .tar.gz by memory every time
bsdtar xf
(from nixpkgs#libarchive) and it’ll figure it out.Well … iirc passing through gzip is z. So it would be
tar xzfextract, gzip, file
extract ze files!
But I am le tired…
Ok, well, then have a
sleep 10
first. But then extract ze files!
i believe it can even figure out the compression on its own (via filename?) so all you need is “tar xf”
Yup, but I prefer to remember and type them in case I need to work with unnamed (streams)/custom named files or want to mess with people that only go by filename instead of
file
I get the best results with .tar.zst (zstd)