home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / cowen_tools.lzh / l.doc < prev    next >
Text File  |  1992-03-06  |  714b  |  22 lines

  1. L - List a file, with word wrap, and carriage return after every line
  2.  
  3. (Useful when reading Stylo documents, and other Long Line files)
  4.  
  5. Usage: l [-options] [file] [file] [-options]
  6.  
  7.     -no  = width (default 79, max 256) 
  8.     file = list of files to be listed
  9.     -f   = form feed after each file 
  10.     -l   = end line at line feed 
  11.     -t=n = tab-stop every 'n' characters (default = 4)
  12.     -z=xx= read filenames from xx (default = stdin)
  13.     -?   = report help 
  14.  
  15. L will treat any unrecognised characters less than hex 20 as a space.
  16. This includes optionally tab, and Line Feed.
  17.  
  18. The listing is sent to std output.
  19.  
  20. If no files are specified on the command line, then the program will 
  21. read and output std input.
  22.