colrm(1) osf1 man page | unix.com

Man Page: colrm

Operating Environment: osf1

Section: 1

colrm(1)						      General Commands Manual							  colrm(1)

NAME
colrm - Extracts columns from a file
SYNOPSIS
colrm start_column [end_column]
DESCRIPTION
The colrm command removes selected columns from a file. Input is taken from standard input. Output is sent to standard output. If you specify start_column only, columns between start_column and the last column of each line, inclusive, are removed. If you specify start_column and end_column, columns between start_column and end_column, inclusive, are removed. Column numbering starts with column 1.
SEE ALSO
Commands: awk(1), cut(1) colrm(1)
Related Man Pages
colrm(1) - mojave
column(1) - linux
colrm(1) - linux
column(1) - debian
colrm(1) - osx
Similar Topics in the Unix Linux Community
Parsing records in file
Dividing up a text file by columns
Return the list of file name prefix with first 6 character
awk questions using sort and grep
How can I remove first column with awk?