From charlesreid1

Revision as of 02:38, 9 October 2010 by Admin (talk | contribs) (Created page with "Sed is a *nix system utility that will come with 99% of *nix systems. It's an in-place string manipulation program that can come in handy to make a whole lot of typing into a fe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sed is a *nix system utility that will come with 99% of *nix systems. It's an in-place string manipulation program that can come in handy to make a whole lot of typing into a few lines of string manipulation. It's ugly, but once you start to use it you'll wonder how you ever lived without it.