show/hide this revision's text 3 fixed spelling mistake...hopefully it wasn't intentional!

Sed is the strangest language I ever used in realy-world real-world situations.

If you just use it for regex search & replace, everything is fine. However, that's just the "s" command. Sed support many more one-letter commands with subtle differences between e.g. "n" and "N". Writing bigger sed scripts is a pain. Reading foreign sed scripts is practically impossible.

show/hide this revision's text 2 fixed typo

http://en.wikipedia.org/wiki/Sed">Sed

Sed is the strangest language I ever used in realy-world situations.

If you just use it for regex search & replace, everything is fine. However, that's just the "s" command. Sed support many more one-letter commands with subtle differences between e.g. "n" and "N". Writing bigger sed scripts is a pain. Reading foreign sed scripts is practically impossible.

show/hide this revision's text 1

http://en.wikipedia.org/wiki/Sed">Sed is the strangest language I ever used in realy-world situations.

If you just use it for regex search & replace, everything is fine. However, that's just the "s" command. Sed support many more one-letter commands with subtle differences between e.g. "n" and "N". Writing bigger sed scripts is a pain. Reading foreign sed scripts is practically impossible.

    Post Made Community Wiki by Community