remove columns from a file


SUBMITTED BY: Guest

DATE: June 2, 2014, 1:27 p.m.

FORMAT: Text only

SIZE: 495 Bytes

HITS: 5807

  1. NAME
  2. colrm - remove columns from a file
  3. SYNOPSIS
  4. colrm [startcol [endcol ] ]
  5. DESCRIPTION
  6. Colrm removes selected columns from a file. Input is taken from standard input. Output is sent to standard output.
  7. If called with one parameter the columns of each line will be removed starting with the specified column. If called with two parameters the columns from the first column to the last column will be removed.
  8. Column numbering starts with column 1.
  9. SEE ALSO

comments powered by Disqus