home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d747 / aush.lha / AUSH / ExtraCmds.lha / englishdocs / fold.doc < prev    next >
Text File  |  1992-09-04  |  748b  |  31 lines

  1. NAME
  2.     fold - fold long lines for finite width output device
  3.  
  4. SYNOPSIS
  5.     fold [ -width ] [ -pn ] [ -tn ] [ file ...  ]
  6.  
  7. DESCRIPTION
  8.     fold is a filter which will fold the contents of the speci-
  9.     fied files (or the standard input if no files are specified)
  10.     breaking the lines to have maximum width <width>. The default
  11.     for <width> is 80.
  12.     If you specify - as a file, standard input is used.
  13.  
  14.     -pn       cause fold to add n spaces at the right of the
  15.            folded part of the line
  16.  
  17.     -tn       set tab stop positions to 1, n+1, 2n+1, etc...
  18.  
  19. RETURN CODES
  20.     0 if all went well
  21.     1 in case of bad argument (fatal)
  22.     2 if at least one file couldn't be opened (non fatal)
  23.  
  24. CHANGES FROM UNIX
  25.     Added -p and -t options
  26.  
  27. AUTHOR
  28.     Denis GOUNELLE
  29.     Last modified 04-Sep-92
  30.  
  31.