                     ---===  MORE ===---
Usage: more <filename>

all commands
<num><char>[<string>]

u - up n lines (default half a page)     f - forward n pages (default 1)
d - down n lines (default half a page)   b - backward n page (default 1)
g - goto line (defualt 0)                G - goto line (default EOF)
p - goto % of file (default 0)           P - goto % of file (default EOF)
% - goto % of file (default 0)
/! - search for nth line which does not have <string> in it
?! - search backwards for nth line which does not have <string> in it
/ - search for nth occurance of string        ? - search backwards
n - search for next occourance of last search string.
m - set mark <string>                    ' - goto mark <string>
'' - goto last major move                F - goto file <string>
q - quit


