This is the command ezz 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
ezz - edit helper program for the generic zz clip board
SYNOPSIS
ezz [args]
DESCRIPTION
ezz is the edit helper program for the generic zz clip board program. The clip board is
$ZZ (default: $HOME/.zz).
This manual page was written for the Debian distribution because the original program does
not have a manual page.
USAGE
ezz edit $ZZ
... | ezz
write STDIN from pipe to $ZZ and call editor
ezz "perl-script"
run perl-script on $ZZ
ezz - "perl-script"
run perl-script on $ZZ and write result to STDOUT
ezz filter [args]
run filter [with args] on $ZZ
ezz - filter [args]
run filter [with args] on $ZZ and write result to STDOUT
ezz -r restore $ZZ from last ezz operation ($ZZ~)
LIMITATIONS
zz does not work across different accounts
EXAMPLES
ls -l | ezz
ezz "s/ /_/g"
ezz head -3
ezz - head -3
Use ezz online using onworks.net services