mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 07:50:08 +00:00
Update cheatsheets
This commit is contained in:
13
zrun
Normal file
13
zrun
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 ...}}`
|
||||
Reference in New Issue
Block a user