The -p allows arbitrary commands to be executed at the start of
each file. Examples are:
more -p G file1 file2
Examine each file starting with its last screenful.
more -p 100 file1 file2
Examine each file starting with line 100 in the current
position (usually the third line, so line 98 would be the
first line written).
more -p /100 file1 file2
Examine each file starting with the first line containing
the string "100" in the current position