Posts Tagged ‘sed’

ed, red – text editor
USAGE
ed [-] [-Gs] [-p string] [file]

red [-] [-Gs] [-p string] [file]

DESCRIPTION
ed is a line-oriented text editor. It is used to create, display, mod-
[...]

Friday, August 28th, 2009 at 00:47 | Comments Off
Categories: E, R
Tags: , , , , ,

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.

[...]

Tuesday, August 25th, 2009 at 21:56 | Comments Off
Categories: A
Tags: , , , ,
TOP