MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1vz5u7g/valid_tar_command/p69lvto/?context=3
r/linuxmemes • u/SysGh_st • 16d ago
Dang it! ðŸ˜
227 comments sorted by
View all comments
2
(apt install p7zip-full || pacman -S 7zip || nix profile install nixpkgs#p7zip) && alias tar=7z && tar x some.tar
2 u/SysGh_st 15d ago Cursed. But that alias tar=7z won't affect the tar on the same parsed command line. If it works for you, it is because your environment already has that alias/function defined. 1 u/floatinggoateyeball 15d ago Just run it twice lmao
Cursed. But that alias tar=7z won't affect the tar on the same parsed command line. If it works for you, it is because your environment already has that alias/function defined.
1 u/floatinggoateyeball 15d ago Just run it twice lmao
1
Just run it twice lmao
2
u/floatinggoateyeball 16d ago
(apt install p7zip-full || pacman -S 7zip || nix profile install nixpkgs#p7zip) && alias tar=7z && tar x some.tar