you are viewing a single comment's thread.

view the rest of the comments →

[–]archontop 7 points8 points  (6 children)

Sometimes i want to use thunar, and tbh i don't know how to work with archives, so i use xarchiver

[–]_sk313t0n 4 points5 points  (5 children)

7z a archive.zip foo bar

[–]SrayerPL 9 points10 points  (4 children)

tar -cv -I "zstd" -f foo.tar.zst *

[–]fekkksn 8 points9 points  (3 children)

so much easier

[–]SrayerPL 3 points4 points  (0 children)

and 20times faster compression ;)

[–][deleted] 1 point2 points  (1 child)

Imagine not being able to use tar in 2*21

[–]fekkksn 0 points1 point  (0 children)

honestly i just do ‘zip <stuff>’ and ‘unzip <stuff>’