COMMAND
	more

SYNOPSIS
	more [file_name]

DESCRIPTION
	The command 'more' is used to view a file a piece at a time. You give
	the name of the file as an argument. If you do not give a file name,
	then more will show you the code for your environment, if that is
	possible. The command will accept the following inputs when browsing
	a file:

	  ?       List the commands available.
	  u,p     One page up.
	  ,n  One page down.
	  b,d     Up/down 4 lines.
	  #       Goto line #.
	  +/-#    Jump # lines up/down.
	  /str    Goto line with first occurance of str. This is actually a
		  search using a regular expression.
	  l#      Set page length.

EXAMPLES
	more /obj/player.c
	more /doc/RULES/weapon.r
	more ~/castle.c

SEE ALSO
	efun/regexp, w/ls, w/ed, w/rm, w/cat

Help topics available:
cat cd cp ed edac
edit_access lac list_access lockfile ls
mkdir more mv pwd rm
rmdir sac set_access tail

[START|BACK ]




[ NannyMuds main page | FAQ | Contact us ]

You are guest number 82 since December 2019.
This file was last modified: June 2000.