logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zz - zz is the generic clip board program

Author

       zz was written by Ulli Horlacher <framstag@rus.uni-stuttgart.de>

       This  manual  page was written by Michael Bussmann <debian@mb-net.net> for the Debian project (but may be
       used by others).

Description

zz is the generic clip board program.  See also the edit helper program ezz.  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.

Examples

       zz *.txt
       ls -l | zz
       zz | wc -l
       (within mutt:) | zz
       (within tin:)  | azz
       (within vi:)   :w !zz
       (within vi:)   :r !zz

Limitations

zz does not work across different accounts or hosts.  Use xx instead.

Name

       zz - zz is the generic clip board program

See Also

ezz(1), xx(1)

F*EX 20140902                                      2014-09-12                                              zz(1)

Synopsis

zzargs

Usage

zz     write $ZZ to STDOUT

       zzfiles...
              copy file(s) into $ZZ

       zz -   write STDIN to $ZZ

        ... | zz
              write STDIN from pipe to $ZZ

       zz | ...
              write $ZZ to pipe

See Also