mirror of https://github.com/CrimsonTome/tldr.git
267 B
267 B
zrun
Transparently uncompress argument files to a command. More information: https://joeyh.name/code/moreutils/.
- Run the specified command with uncompressed versions of the compressed argument files:
zrun {{cat path/to/file1.gz path/to/file2.bz2 ...}}