HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zrun — Transparently uncompress argument files to a command. More information: <https://manned.org/zrun>.

Submitted by: @import:tldr-pages··
0
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.