Penguin

Differences between version 8 and predecessor to the previous major change of SED.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Monday, January 17, 2005 6:40:41 pm by AristotlePagaltzis Revert
Older page: version 5 Last edited on Monday, January 17, 2005 8:32:13 am by MikeBeattie Revert
@@ -1,10 +1,14 @@
 An [Acronym] for __S__tream __ED__itor 
  
 A very simple ProgrammingLanguage geared towards text manipulation for files larger than the avaliable [RAM]. [SED] scripts are very hard to read if they try to do anything even moderatly complex; you're better of using [AWK] or [Perl] in such cases. The latter has copied many concepts from both of the former languages. 
  
-See sed(1).  
-  
-Some SedOneLiners for those that do like sed though ... 
+See also:  
+* sed(1)  
+* [A very nice sed tutorial | http://www .grymoire.com/Unix/Sed.html] at the [Grymoire | http://www.grymoire.com/Unix/]  
+* [He SED, She SED | http://www.unixreview.com/documents/s=8217/ur0305e/] an issue of [Shell Corner | http://www.unixreview.com/columns/schaefer/] in the [Unix Review | http://www.unixreview.com/]  
+* [Handy one-liners for sed | http://sed .sourceforge .net/sed1line .txt]  
+* Eric Pement's [sed resources | http://www.student.northpark.edu/pemente/sed/]  
+* The [seder's grab bag | http://sed.sourceforge.net/grabbag/], a collection of sed scripts and miscellany  
  
 ---- 
 CategoryProgrammingLanguages, CategorySpecialPurposeProgrammingLanguages