1ZRUN(1)                                                                ZRUN(1)
2
3
4

NAME

6       zrun - automatically uncompress arguments to command
7

SYNOPSIS

9       zrun command file.gz [...]
10

DESCRIPTION

12       Prefixing a shell command with "zrun" causes any compressed files that
13       are arguments of the command to be transparently uncompressed to temp
14       files (not pipes) and the uncompressed files fed to the command.
15
16       This is a quick way to run a command that does not itself support
17       compressed files, without manually uncompressing the files.
18
19       The following compression types are supported: gz bz2 Z xz lzma lzo
20
21       If zrun is linked to some name beginning with z, like zprog, and the
22       link is executed, this is equivalent to executing "zrun prog".
23

BUGS

25       Modifications to the uncompressed temporary file are not fed back into
26       the input file, so using this as a quick way to make an editor support
27       compressed files won't work.
28

AUTHOR

30       Copyright 2006 by Chung-chieh Shan <ccshan@post.harvard.edu>
31
32
33
34moreutils                         2020-01-29                           ZRUN(1)
Impressum