Added a few comments here and there
[linux_from_scratch.git] / BOOK / appendixa / less-desc.xml
blobddbf57ccb02521ab6d41186c5ec7143d9903d6fb
1 <sect2><title>Short descriptions</title>
3 <para><command>less</command> is a file viewer or pager. It displays the
4 contents of the given file, letting you scroll around, find strings, and jump
5 to marks.</para>
7 <para><command>lessecho</command> is needed to expand metacharacters,
8 such as * and ?, in filenames on Unix systems.</para>
10 <para><command>lesskey</command> is used to specify the key bindings
11 for less.</para>
13 </sect2>