Query: colrm
OS: osf1
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
colrm(1) General Commands Manual colrm(1)NAMEcolrm - Extracts columns from a fileSYNOPSIScolrm start_column [end_column]DESCRIPTIONThe 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 ALSOCommands: awk(1), cut(1) colrm(1)
| Related Man Pages | 
|---|
| colrm(1) - freebsd | 
| column(1) - osx | 
| colrm(1) - debian | 
| column(1) - debian | 
| column(1) - freebsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| Parsing records in file | 
| Find first 5 characters in the file name | 
| Return the list of file name prefix with first 6 character | 
| How can I remove first column with awk? |