Gentoo Archives: gentoo-doc-cvs

From: "Lukasz Damentko (rane)" <rane@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: l-sed3.xml
Date: Sat, 14 Feb 2009 08:13:07
Message-Id: E1LYFe4-0001LR-1a@stork.gentoo.org
1 rane 09/02/14 08:13:04
2
3 Modified: l-sed3.xml
4 Log:
5 fixes from #242824 by Christophe LEFEBVRE
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/en/articles/l-sed3.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?r1=1.5&r2=1.6
13
14 Index: l-sed3.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- l-sed3.xml 9 Oct 2005 17:13:23 -0000 1.5
21 +++ l-sed3.xml 14 Feb 2009 08:13:03 -0000 1.6
22 @@ -1,5 +1,5 @@
23 -<?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.6 2009/02/14 08:13:03 rane Exp $ -->
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide link="/doc/en/articles/l-sed3.xml" disclaimer="articles">
30 @@ -10,10 +10,11 @@
31 </author>
32
33 <abstract>
34 -Sed is a very powerful and compact text stream editor. In this article, the
35 -second in the series, Daniel shows you how to use sed to perform string
36 -substitution; create larger sed scripts; and use sed's append, insert, and
37 -change line commands.
38 +In this conclusion of the sed series, Daniel Robbins gives you a true taste of
39 +the power of sed. After introducing a handful of essential sed scripts, he'll
40 +demonstrate some radical sed scripting by converting a Quicken .QIF file into a
41 +text-readable format. This conversion script is not only functional, it also
42 +serves as en excellent example of sed scripting power.
43 </abstract>
44
45 <!-- The original version of this article was published on IBM developerWorks,
46 @@ -21,8 +22,8 @@
47 version of the original article, and contains various improvements made by the
48 Gentoo Linux Documentation team -->
49
50 -<version>1.2</version>
51 -<date>2005-10-09</date>
52 +<version>1.3</version>
53 +<date>2008-02-14</date>
54
55 <chapter>
56 <title>Taking it to the next level: Data crunching, sed style</title>
57 @@ -338,7 +339,7 @@
58 </pre>
59
60 <p>
61 -into one that looks like thist:
62 +into one that looks like this:
63 </p>
64
65 <pre caption="First line after change">
66 @@ -576,11 +577,8 @@
67 link="http://www.student.northpark.edu/pemente/sed/sedfaq.html">sed FAQ</uri>.
68 </li>
69 <li>
70 - You can find the sources to sed 3.02 at
71 - <uri>ftp://ftp.gnu.org/pub/gnu/sed</uri>.
72 - </li>
73 - <li>
74 - You'll find the nice, new sed 3.02.80 at <uri>ftp://alpha.gnu.org</uri>.
75 + You can find the latest sources to sed at <uri>
76 + ftp://ftp.gnu.org/pub/gnu/sed</uri>.
77 </li>
78 <li>
79 Eric Pement also has a handy list of <uri
80 @@ -599,16 +597,16 @@
81 tutorial</uri>.
82 </li>
83 -->
84 +<!-- DEAD link
85 <li>
86 Brush up on <uri link="http://vision.eng.shu.ac.uk/C++/misc/regexp/">using
87 regular expressions</uri> to find and modify patterns in text in this free,
88 dW-exclusive tutorial.
89 </li>
90 + -->
91 </ul>
92
93 </body>
94 </section>
95 </chapter>
96 -
97 </guide>
98 -