Upload Tizen:Base source
[framework/base/util-linux-ng.git] / text-utils / README.pg
1 README for the "pg" utility for Linux.
2
3 The "pg" utility is the historic System V equivalent to BSD's "more". This
4 is a free clone of it, and it is intended to conform to the SVID 4 as well
5 as the SUSv2 specification of this command.
6
7 Contrasting to the System V implementation, this one filters backspace
8 formatting sequences while searching, so you can comfortably search in nroff
9 output like manual pages.
10
11 This code uses routines as defined by SUSv2, so a glibc version of 2.1 or
12 higher is required on Linux. A curses implementation (like ncurses) must
13 be present as well.
14
15 If large files > 2GB are supported by the kernel and the C library, pg is
16 able to handle them.
17
18 Please send comments, bug-reports and especially bug-fixes to
19 <g-r@bigfoot.de> .
20
21 Gunnar Ritter
22 Freiburg i. Br.
23 Germany