/usr/share/doc/ne/html/Clip-Commands.html is in ne-doc 2.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | <html lang="en">
<head>
<title>Clip Commands - ne's manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="ne's manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Commands.html#Commands" title="Commands">
<link rel="prev" href="Document-Commands.html#Document-Commands" title="Document Commands">
<link rel="next" href="Search-Commands.html#Search-Commands" title="Search Commands">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Clip-Commands"></a>
<p>
Next: <a rel="next" accesskey="n" href="Search-Commands.html#Search-Commands">Search Commands</a>,
Previous: <a rel="previous" accesskey="p" href="Document-Commands.html#Document-Commands">Document Commands</a>,
Up: <a rel="up" accesskey="u" href="Commands.html#Commands">Commands</a>
<hr>
</div>
<h3 class="section">4.4 Clip Commands</h3>
<p>These commands control the clipping system. A <dfn>clip</dfn> is a snippet of
text separate from any document, which you can save to a file or insert
into a document. You can select text in a document and copy it to a
clip, optionally deleting it from your text. You can also load text
directly from a file into a clip. <code>ne</code> can have any number of
clips, which are distinguished by an integer. Most clip commands act on
the current clip, which can be selected with <code>ClipNumber</code>. Clips can
be copied and pasted in two ways—normally (as lines of text) or
vertically (as a rectangular block of characters).
<p>Note that by using the <code>Through</code> command you can automatically pass a
(possibly vertical) block of text through any filter (such as <code>sort</code> under
<span class="sc">un*x</span>).
<ul class="menu">
<li><a accesskey="1" href="Mark.html#Mark">Mark</a>
<li><a accesskey="2" href="MarkVert.html#MarkVert">MarkVert</a>
<li><a accesskey="3" href="Copy.html#Copy">Copy</a>
<li><a accesskey="4" href="Cut.html#Cut">Cut</a>
<li><a accesskey="5" href="Paste.html#Paste">Paste</a>
<li><a accesskey="6" href="PasteVert.html#PasteVert">PasteVert</a>
<li><a accesskey="7" href="Erase.html#Erase">Erase</a>
<li><a accesskey="8" href="Shift.html#Shift">Shift</a>
<li><a accesskey="9" href="OpenClip.html#OpenClip">OpenClip</a>
<li><a href="SaveClip.html#SaveClip">SaveClip</a>
<li><a href="ClipNumber.html#ClipNumber">ClipNumber</a>
<li><a href="Through.html#Through">Through</a>
</ul>
</body></html>
|