This is the command zrun that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
zrun - automatically uncompress arguments to command
SYNOPSIS
zrun command file.gz [...]
DESCRIPTION
Prefixing a shell command with "zrun" causes any compressed files that are arguments of
the command to be transparently uncompressed to temp files (not pipes) and the
uncompressed files fed to the command.
This is a quick way to run a command that does not itself support compressed files,
without manually uncompressing the files.
The following compression types are supported: gz bz2 Z xz lzma lzo
If zrun is linked to some name beginning with z, like zprog, and the link is executed,
this is equivalent to executing "zrun prog".
Use zrun online using onworks.net services