<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AWK &amp;amp; SED Complete Reference in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881422#M704451</link>
    <description>May I add one HUGE advantage of learning Perl?&lt;BR /&gt;&lt;BR /&gt;ONLINE DOCUMENTATION&lt;BR /&gt;&lt;BR /&gt;sed and awk are great, for what they're created for. They're old and rusty, and don't allow more complex stuff to be written *and* maintained easily. (yes, they allow complex stuff, but don't try to maintain 400 line sed or awk scripts)&lt;BR /&gt;&lt;BR /&gt;perl comes with the *complete* documentation online (source of the docs is 4.5 Mb!), in whatever form you prefer: man, pod, html, ... and had converters for the man pages and utilities to be even more efficient: forgot how sysseek works?&lt;BR /&gt;&lt;BR /&gt;# perldoc -f sysseek&lt;BR /&gt;&lt;BR /&gt;Forgot the options to start perl with?&lt;BR /&gt;&lt;BR /&gt;# man perlrun&lt;BR /&gt;&lt;BR /&gt;Want a tutorial about perl regular expressions?&lt;BR /&gt;&lt;BR /&gt;# man perlretut&lt;BR /&gt;&lt;BR /&gt;etc, etc. All of that not available for awk and sed.&lt;BR /&gt;&lt;BR /&gt;I still use awk and sed, but once I want to glue, filter, join, combine, or distribute data(bases) I use perl. Perl also has CPAN: Comprehensive Perl Archive Network, an enourmous repository of plug-in modules that allow you to you perfect solutions from others and don't have you reinvent a wheel. Most wheels are already invented.&lt;BR /&gt;&lt;BR /&gt;Perl also gives two scripts (a2p and s2p) that convert valid awk (a2p) and sed (s2p) to perl, so if you can read/maintain perl, and you do not understand a legacy piece of awk, just run it through a2p, read the perl code and understand what the awk script was supposed to do&lt;BR /&gt;&lt;BR /&gt;For all three languages, I recommend to read Jeffrey Friedl's "Mastering Regular Expressions", which covers all available regular expressions currently used in the unix world: awk, sed, grep, perl, python, vi, emacs, java, .net, posix, ... ( &lt;A href="http://regex.info/" target="_blank"&gt;http://regex.info/&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;Books:&lt;BR /&gt;awk: &lt;A href="http://www.oreilly.com/catalog/awkprog3/index.html" target="_blank"&gt;http://www.oreilly.com/catalog/awkprog3/index.html&lt;/A&gt;&lt;BR /&gt;awk &amp;amp; sed: &lt;A href="http://www.oreilly.com/catalog/sed2/index.html" target="_blank"&gt;http://www.oreilly.com/catalog/sed2/index.html&lt;/A&gt;&lt;BR /&gt;perl: &lt;A href="http://www.oreilly.com/catalog/pperl3/" target="_blank"&gt;http://www.oreilly.com/catalog/pperl3/&lt;/A&gt;&lt;BR /&gt;regex: &lt;A href="http://www.oreilly.com/catalog/regex2/index.html" target="_blank"&gt;http://www.oreilly.com/catalog/regex2/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Fri, 21 Jan 2005 03:31:03 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2005-01-21T03:31:03Z</dc:date>
    <item>
      <title>AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881412#M704441</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;     I am searching for a complete reference for AWK and SED. I tried a lot in &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; and ITRC forums as well. But all I got was only very brief docs and tips.&lt;BR /&gt;&lt;BR /&gt;    Anyone can help me in finding an elaborated documentation with a link for the same or share any docs? Sure you are going to get full PTS if the doc covers my area of interests.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Fri, 21 Jan 2005 01:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881412#M704441</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-21T01:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881413#M704442</link>
      <description>Use the followings,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/LDP/abs/html/sedawk.html" target="_blank"&gt;http://www.tldp.org/LDP/abs/html/sedawk.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geocities.com/kmuthu_gct/sed_awk_tips.html" target="_blank"&gt;http://www.geocities.com/kmuthu_gct/sed_awk_tips.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://builder.com.com/5100-6372_14-1050917.html" target="_blank"&gt;http://builder.com.com/5100-6372_14-1050917.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;More read awk,sed man page word by word.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Fri, 21 Jan 2005 01:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881413#M704442</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-01-21T01:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881414#M704443</link>
      <description>Muthu Anna,&lt;BR /&gt;&lt;BR /&gt;I have already gone through, such tips. I need a document in detail about the same. I will need to write a some complicated scripts some times. So I am planning to learn in deep. So any docs available with you?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Fri, 21 Jan 2005 01:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881414#M704443</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-21T01:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881415#M704444</link>
      <description>Don't do it!&lt;BR /&gt;Do yourself a favor and learn PERL instead!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2c&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jan 2005 02:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881415#M704444</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-01-21T02:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881416#M704445</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;I dont have a strong programming background. I rate myself as a beginner in programming. So can I start with Perl?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Fri, 21 Jan 2005 02:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881416#M704445</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-21T02:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881417#M704446</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the awk language was written by Aho, Weinberger and Kernighan. They also wrote a good book about it.&lt;BR /&gt;&lt;BR /&gt;If you search amazon you will find this book:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.amazon.com/exec/obidos/tg/detail/-/020107981X/qid=1106291867/sr=1-6/ref=sr_1_6/104-1131083-0285552?v=glance&amp;amp;s=books" target="_blank"&gt;http://www.amazon.com/exec/obidos/tg/detail/-/020107981X/qid=1106291867/sr=1-6/ref=sr_1_6/104-1131083-0285552?v=glance&amp;amp;s=books&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Some years ago i used a older version of this book and it helped me a lot.&lt;BR /&gt;&lt;BR /&gt;But if you need more then field orientated (awk) and line orientated (sed) programming. Then i would go for pearl, which can everything sed and awk can do and a lot more.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Stefan</description>
      <pubDate>Fri, 21 Jan 2005 02:22:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881417#M704446</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2005-01-21T02:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881418#M704447</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;refer some unix shell programming books,</description>
      <pubDate>Fri, 21 Jan 2005 02:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881418#M704447</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-01-21T02:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881419#M704448</link>
      <description>Friends,&lt;BR /&gt;&lt;BR /&gt;I managed myself to find out lot of free reference in the following place.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://web.info.com/_1_OEETYD02NSSEFF__infocom.us2/search/web/Awk%2BManual/1/15/1/-/1/0/1/1/1/1?&amp;amp;cmp=1597&amp;amp;tpxnws=1" target="_blank"&gt;http://web.info.com/_1_OEETYD02NSSEFF__infocom.us2/search/web/Awk%2BManual/1/15/1/-/1/0/1/1/1/1?&amp;amp;cmp=1597&amp;amp;tpxnws=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now I am searching for SED. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Fri, 21 Jan 2005 02:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881419#M704448</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-21T02:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881420#M704449</link>
      <description>Hi, &lt;BR /&gt; &lt;BR /&gt;I agree with Hein: go for Perl.&lt;BR /&gt; &lt;BR /&gt;But on Unix you definitely need some basic skills of AWK &amp;amp; SED.  Don't worry about SED, if you know VI, then you know probably enough about SED.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 21 Jan 2005 02:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881420#M704449</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-01-21T02:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881421#M704450</link>
      <description>Can anyone get me online manuals/PDFs of SED?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Fri, 21 Jan 2005 03:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881421#M704450</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-21T03:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881422#M704451</link>
      <description>May I add one HUGE advantage of learning Perl?&lt;BR /&gt;&lt;BR /&gt;ONLINE DOCUMENTATION&lt;BR /&gt;&lt;BR /&gt;sed and awk are great, for what they're created for. They're old and rusty, and don't allow more complex stuff to be written *and* maintained easily. (yes, they allow complex stuff, but don't try to maintain 400 line sed or awk scripts)&lt;BR /&gt;&lt;BR /&gt;perl comes with the *complete* documentation online (source of the docs is 4.5 Mb!), in whatever form you prefer: man, pod, html, ... and had converters for the man pages and utilities to be even more efficient: forgot how sysseek works?&lt;BR /&gt;&lt;BR /&gt;# perldoc -f sysseek&lt;BR /&gt;&lt;BR /&gt;Forgot the options to start perl with?&lt;BR /&gt;&lt;BR /&gt;# man perlrun&lt;BR /&gt;&lt;BR /&gt;Want a tutorial about perl regular expressions?&lt;BR /&gt;&lt;BR /&gt;# man perlretut&lt;BR /&gt;&lt;BR /&gt;etc, etc. All of that not available for awk and sed.&lt;BR /&gt;&lt;BR /&gt;I still use awk and sed, but once I want to glue, filter, join, combine, or distribute data(bases) I use perl. Perl also has CPAN: Comprehensive Perl Archive Network, an enourmous repository of plug-in modules that allow you to you perfect solutions from others and don't have you reinvent a wheel. Most wheels are already invented.&lt;BR /&gt;&lt;BR /&gt;Perl also gives two scripts (a2p and s2p) that convert valid awk (a2p) and sed (s2p) to perl, so if you can read/maintain perl, and you do not understand a legacy piece of awk, just run it through a2p, read the perl code and understand what the awk script was supposed to do&lt;BR /&gt;&lt;BR /&gt;For all three languages, I recommend to read Jeffrey Friedl's "Mastering Regular Expressions", which covers all available regular expressions currently used in the unix world: awk, sed, grep, perl, python, vi, emacs, java, .net, posix, ... ( &lt;A href="http://regex.info/" target="_blank"&gt;http://regex.info/&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;Books:&lt;BR /&gt;awk: &lt;A href="http://www.oreilly.com/catalog/awkprog3/index.html" target="_blank"&gt;http://www.oreilly.com/catalog/awkprog3/index.html&lt;/A&gt;&lt;BR /&gt;awk &amp;amp; sed: &lt;A href="http://www.oreilly.com/catalog/sed2/index.html" target="_blank"&gt;http://www.oreilly.com/catalog/sed2/index.html&lt;/A&gt;&lt;BR /&gt;perl: &lt;A href="http://www.oreilly.com/catalog/pperl3/" target="_blank"&gt;http://www.oreilly.com/catalog/pperl3/&lt;/A&gt;&lt;BR /&gt;regex: &lt;A href="http://www.oreilly.com/catalog/regex2/index.html" target="_blank"&gt;http://www.oreilly.com/catalog/regex2/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 21 Jan 2005 03:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881422#M704451</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-01-21T03:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881423#M704452</link>
      <description>hi, &lt;BR /&gt; &lt;BR /&gt;found this one but have no idea how legal this page is:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.hk8.org/old_web/" target="_blank"&gt;http://www.hk8.org/old_web/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 21 Jan 2005 03:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881423#M704452</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-01-21T03:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881424#M704453</link>
      <description>Poels,&lt;BR /&gt;&lt;BR /&gt;I already got a Complete PDF of AWK from &lt;A href="http://www.cs.uu.nl/~piet/docs/nawk/" target="_blank"&gt;http://www.cs.uu.nl/~piet/docs/nawk/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But still you did a great help for me.  I had gone through this link 2-3 years back when I tried to find out books on html. But When I tried today for scripting I cudn't.&lt;BR /&gt;&lt;BR /&gt;Procura,&lt;BR /&gt;&lt;BR /&gt;You were also in the right track but Your First links on regular expressions are not in english language.&lt;BR /&gt;&lt;BR /&gt;other links you mentioned are giving only previews.&lt;BR /&gt;&lt;BR /&gt;Any way thanks for all your helps.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jan 2005 04:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881424#M704453</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-21T04:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881425#M704454</link>
      <description>The first link *does* have an english link: upper right corner.&lt;BR /&gt;&lt;BR /&gt;This is about *books* though, and Mastering Regular Expressions is a book I indeed highly recommend as a BOOK. The other books I mentions are easily replaced with on-line references.&lt;BR /&gt;&lt;BR /&gt;This Friedl book however, you will probably use as a reference in which you want to read, re-read, and re-re-read paragraphs to fully understand the content, and for that I prefer a dead-tree version&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ A complete Perl addict ]</description>
      <pubDate>Fri, 21 Jan 2005 05:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881425#M704454</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-01-21T05:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881426#M704455</link>
      <description>For AWK you really need "The AWK Programming Language" by Aho, Kernighan and Weinberger ...  The book is a 200-page paperback and is one of the best technical manuals ever written.  All you need to know, but nothing else.&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 11:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881426#M704455</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2005-01-24T11:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881427#M704456</link>
      <description>Syam,&lt;BR /&gt;&lt;BR /&gt;I have probably given the same advice to people over the years who are looking for a complete reference to Sed and AWK.  In my opinion, the Oreilly Sed and AWK book is still the best reference for System Programmers.  It covers all areas of sed and awk with very good and well documented examples.  All the examples listed in the book can be downloaded from the Oreilly ftp server.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph</description>
      <pubDate>Sun, 30 Jan 2005 19:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881427#M704456</guid>
      <dc:creator>Joseph A Benaiah_1</dc:creator>
      <dc:date>2005-01-30T19:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881428#M704457</link>
      <description>Syam&lt;BR /&gt;&lt;BR /&gt;Your thread is very inspiring. Since you are looking for resources for sed. You may have already found good links. I came across the following sed link: FYI&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Sed" target="_blank"&gt;http://en.wikipedia.org/wiki/Sed&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Very informative and resourceful.</description>
      <pubDate>Sat, 05 Feb 2005 06:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881428#M704457</guid>
      <dc:creator>jsung7</dc:creator>
      <dc:date>2005-02-05T06:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881429#M704458</link>
      <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;As I have mentioned in my last reply, I already got resources for awk..Looking for sed complete reference. All I am getting is bits and bytes...No complete docs I am getting.&lt;BR /&gt;&lt;BR /&gt;Jsung,&lt;BR /&gt;&lt;BR /&gt;Thank you..But your post also a one page document. As you know SED is very vast..Looking for a detailed documentation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Sun, 06 Feb 2005 13:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881429#M704458</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-06T13:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881430#M704459</link>
      <description>Hi Syam,&lt;BR /&gt;&lt;BR /&gt;Did you try External Links on that link? &lt;BR /&gt;e.g. &lt;BR /&gt;Major sources for sed scripts, files, usage (&lt;A href="http://sed.sourceforge.net)" target="_blank"&gt;http://sed.sourceforge.net)&lt;/A&gt; &lt;BR /&gt;The sed FAQ (&lt;A href="http://sed.sourceforge.net/sedfaq.html)" target="_blank"&gt;http://sed.sourceforge.net/sedfaq.html)&lt;/A&gt; &lt;BR /&gt;Handy one-line sed scripts (&lt;A href="http://sed.sourceforge.net/sed1line.txt)" target="_blank"&gt;http://sed.sourceforge.net/sed1line.txt)&lt;/A&gt; &lt;BR /&gt;A home page for sed, some focus on Windows/DOS (&lt;A href="http://www.pement.org/sed/)" target="_blank"&gt;http://www.pement.org/sed/)&lt;/A&gt; &lt;BR /&gt;Paper describing Turing machine in sed, and its universality (&lt;A href="http://sed.sourceforge.net/grabbag/scripts/turing.txt)" target="_blank"&gt;http://sed.sourceforge.net/grabbag/scripts/turing.txt)&lt;/A&gt; &lt;BR /&gt;Turing machine in sed, the actual script (&lt;A href="http://sed.sourceforge.net/grabbag/scripts/turing.sed)" target="_blank"&gt;http://sed.sourceforge.net/grabbag/scripts/turing.sed)&lt;/A&gt; &lt;BR /&gt;Super-sed (&lt;A href="http://www.gnu.org/directory/text/editors/super-sed.html)" target="_blank"&gt;http://www.gnu.org/directory/text/editors/super-sed.html)&lt;/A&gt; &lt;BR /&gt;sed Sokoban (&lt;A href="http://aurelio.net/sed/sokoban/)" target="_blank"&gt;http://aurelio.net/sed/sokoban/)&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Indeed these pages are links to links. They are great sed links, but you may have gone through most of them.&lt;BR /&gt;&lt;BR /&gt;By the way, while searching for good learning resources for python, I found this link on amazon book reviews:&lt;BR /&gt;&lt;BR /&gt;"Dive into Python" by Mark Pilgrim&lt;BR /&gt; can be downloaded from the following web site: diveintopython.org &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 02:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881430#M704459</guid>
      <dc:creator>jsung7</dc:creator>
      <dc:date>2005-02-08T02:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: AWK &amp; SED Complete Reference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881431#M704460</link>
      <description>Hi jsung,&lt;BR /&gt;&lt;BR /&gt;I wonder why none of the above mentioned is showing.."This page cannot be displayed"..&lt;BR /&gt;&lt;BR /&gt;None are working..!!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Tue, 08 Feb 2005 11:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-amp-sed-complete-reference/m-p/4881431#M704460</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-08T11:25:33Z</dc:date>
    </item>
  </channel>
</rss>

