snippetbashTip
zrun — Transparently uncompress argument files to a command. More information: <https://manned.org/zrun>.
Viewed 0 times
commandfilesclizrunargumentuncompresstransparently
Problem
How to use the
zrun command: Transparently uncompress argument files to a command. More information: <https://manned.org/zrun>.Solution
zrun — Transparently uncompress argument files to a command. More information: <https://manned.org/zrun>.Run the specified command with uncompressed versions of the compressed argument files:
zrun {{cat}} {{path/to/file1.gz path/to/file2.bz2 ...}}Code Snippets
Run the specified command with uncompressed versions of the compressed argument files
zrun {{cat}} {{path/to/file1.gz path/to/file2.bz2 ...}}Context
tldr-pages: common/zrun
Revisions (0)
No revisions yet.