Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 169146 Details for
Bug 242824
Update: /doc/en/articles/l-sed3.xml
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
l-sed3.patch
l-sed3.patch (text/plain), 2.35 KB, created by
Christophe LEFEBVRE
on 2008-10-19 22:49:38 UTC
(
hide
)
Description:
l-sed3.patch
Filename:
MIME Type:
Creator:
Christophe LEFEBVRE
Created:
2008-10-19 22:49:38 UTC
Size:
2.35 KB
patch
obsolete
>--- l-sed3.xml.orig 2008-10-20 00:45:51.000000000 +0200 >+++ l-sed3.xml 2008-10-20 00:46:45.000000000 +0200 >@@ -1,4 +1,4 @@ >-<?xml version='1.0' encoding="UTF-8"?> >+<?xml version="1.0" encoding="UTF-8"?> > <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ --> > <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> > >@@ -10,10 +10,11 @@ > </author> > > <abstract> >-Sed is a very powerful and compact text stream editor. In this article, the >-second in the series, Daniel shows you how to use sed to perform string >-substitution; create larger sed scripts; and use sed's append, insert, and >-change line commands. >+In this conclusion of the sed series, Daniel Robbins gives you a true taste of >+the power of sed. After introducing a handful of essential sed scripts, he'll >+demonstrate some radical sed scripting by converting a Quicken .QIF file into a >+text-readable format. This conversion script is not only functional, it also >+serves as en excellent example of sed scripting power. > </abstract> > > <!-- The original version of this article was published on IBM developerWorks, >@@ -21,8 +22,8 @@ > version of the original article, and contains various improvements made by the > Gentoo Linux Documentation team --> > >-<version>1.2</version> >-<date>2005-10-09</date> >+<version>1.3</version> >+<date>2008-10-19</date> > > <chapter> > <title>Taking it to the next level: Data crunching, sed style</title> >@@ -338,7 +339,7 @@ > </pre> > > <p> >-into one that looks like thist: >+into one that looks like this: > </p> > > <pre caption="First line after change"> >@@ -576,11 +577,8 @@ > link="http://www.student.northpark.edu/pemente/sed/sedfaq.html">sed FAQ</uri>. > </li> > <li> >- You can find the sources to sed 3.02 at >- <uri>ftp://ftp.gnu.org/pub/gnu/sed</uri>. >- </li> >- <li> >- You'll find the nice, new sed 3.02.80 at <uri>ftp://alpha.gnu.org</uri>. >+ You can find the latest sources to sed at <uri> >+ ftp://ftp.gnu.org/pub/gnu/sed</uri>. > </li> > <li> > Eric Pement also has a handy list of <uri >@@ -599,16 +597,16 @@ > tutorial</uri>. > </li> > --> >+<!-- DEAD link > <li> > Brush up on <uri link="http://vision.eng.shu.ac.uk/C++/misc/regexp/">using > regular expressions</uri> to find and modify patterns in text in this free, > dW-exclusive tutorial. > </li> >+ --> > </ul> > > </body> > </section> > </chapter> >- > </guide> >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242824
:
169136
|
169140
| 169146