


     Trunc(V1.0)                ARPTOOLS Manual                Trunc(V1.0)



     NAME
          Trunc - CR-LF conversion and simple formatting.

     SYNOPSIS
          Trunc FROM TO LCL/S | SC/S | CL/S | LM/K | LC/K | RC/K 
          
     DESCRIPTION
          Trunc perform various operations, according to the supplied
          options, on the FROM file (wildcards supported). If there is
          no FROM file, than the standard input is used.
          The resulting file is sent to the TO file, if any, otherwise
          to the standard output.

     OPTIONS
          Options cannot be combined.

          LCL
               Convert LFs to CR+LF combination.
          SC
               Delete any CR.
          CL
               Convert CRs into LFs.
          LM n
               Insert a left margin of n lines.
          LC n
               Start output from the nth leftmost column of each line
               of the input file.  
          RC n
               Start output from the nth rightmost column of each line
               of the input file.  
            
     BUGS	
          The LC and RC options don't work well with files containing
          Tabs. Use DeTab first.

     SEE ALSO
          DeTab


















     Page 1
