Posts Tagged ‘expand’

expand – convert tabs to spaces
USAGE
expand [OPTION]… [FILE]…

DESCRIPTION
Convert tabs in each FILE to spaces, writing to standard output. With
no FILE, or when FILE is -, read standard input.

[...]

Saturday, August 29th, 2009 at 00:37 | Comments Off
Categories: E
Tags:

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 [...]

Wednesday, August 26th, 2009 at 23:46 | Comments Off
Categories: c

col – filter reverse line feeds from input
USAGE
col [-bfpx] [-l num]

DESCRIPTION
Col filters out reverse (and half reverse) line feeds so the output is in
the correct order with only forward and half forward line feeds, and
replaces [...]

Wednesday, August 26th, 2009 at 23:45 | Comments Off
Categories: c
Tags: , , ,
TOP