1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/zrun.md

9 lines
267 B
Markdown
Raw Normal View History

# 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 ...}}`