mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 ...}}`
|