ncohafmuta-1.4.2/bot/
ncohafmuta-1.4.2/helpfiles/
ncohafmuta-1.4.2/lib/emailver/
ncohafmuta-1.4.2/tzinfo/Atlantic/
ncohafmuta-1.4.2/tzinfo/Brazil/
ncohafmuta-1.4.2/tzinfo/Chile/
ncohafmuta-1.4.2/tzinfo/Indian/
ncohafmuta-1.4.2/tzinfo/Mexico/
ncohafmuta-1.4.2/tzinfo/Mideast/
ncohafmuta-1.4.2/tzinfo/SystemV/
ncohafmuta-1.4.2/utils/
ncohafmuta-1.4.2/utils/code_fragments/new_config/
 Syntax:  .readlog
	  .readlog -l
          .readlog <log type>|all [<search_string>]
          .readlog <log type>|all [-<num_of_lines_from_bottom>]

Results:  This command is used to browse or search the system's log files.
	  By itself it will cat the system log out to you.
	  With the -l switch it will print out a list of the logs you
	  can look at.
	  With the last 2 syntaxes specifying "all" takes in account all
	  logfiles and browses/searches them for you in succession.

Example:  To browse the whole error log		: .readlog errlog
	  To search the error log for "JUNK"	: .readlog errlog JUNK
	  To browse the last 10 lines of the log: .readlog errlog -10
	  To search all logs for "JUNK"		: .readlog all JUNK

  NOTES:  Logs that don't exist will generate a file I/O error.
	  This is normal. If they exist but have nothing in them, they
	  will just display the banner and nothing else.