20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
# HOW TO EDIT THIS FILE:
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
yank: yank (yank terminal output to clipboard)
|
|
yank:
|
|
yank: The yank(1) utility reads input from stdin and display a selection
|
|
yank: interface that allows a field to be selected and copied to the
|
|
yank: clipboard. Fields are either recognized by a regular expression using
|
|
yank: the -g option or by splitting the input on a delimiter sequence using
|
|
yank: the -d option.
|
|
yank:
|
|
yank: Using the arrow keys will move the selected field. The interface
|
|
yank: supports several Emacs and Vi like key bindings, consult the man page
|
|
yank: for further reference.
|