GARANT COMMANDS: write log - redirects output into a log file

usage: write log <write(.log)>

The output is written to the ascii textfile <write(.log)>.

Example:
   write log report		# write output to report.log
      ...
      append log scores		# output is now written to end of scores.log
         ...
      close log			# output is now again appended to report.log
      ...
   close log			# ouput redirected to standard output


see also: close log, append log
