Posts Tagged ‘awk’
colrm – remove columns from a file
USAGE
colrm [startcol [endcol]]
DESCRIPTION
Colrm removes selected columns from a file. Input is taken from standard
input. Output is sent to standard output.
If called with one parameter the columns of [...]
Categories: c
a2p – Awk to Perl translator
USAGE
a2p [options] filename
DESCRIPTION
A2p takes an awk script specified on the command line (or from standard
input) and produces a comparable perl script on the standard output.
[...]
Categories: A
