#2358: Ed-0.5
---------------------------------------------+------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [email protected]
     Type:  task                             |       Status:  new               
            
 Priority:  normal                           |    Milestone:  6.3               
            
Component:  BOOK                             |      Version:  SVN               
            
 Severity:  normal                           |   Resolution:                    
            
 Keywords:                                   |  
---------------------------------------------+------------------------------
Comment (by Ag.Hatzim):

 Interesting read, I like this statement.
 "ed is a program I do not use, a program I do not like, and a program I am
 voluntarily maintaining to help the GNU project just because nobody else
 wants to maintain it"

 Anyway, the following test is working in ed 0.5

 {{{
 cat > test <<EOF
 That was a bug in 0.4
 http://lists.gnu.org/archive/html/bug-ed/2007-02/msg00000.html
 EOF
 ed test <<EOF
 %s/a bug in 0.4/fixed in 0.5
 %s/2007-02\/msg00000/2007-03\/msg00012
 w
 q
 EOF
 cat test
 That was fixed in 0.5
 http://lists.gnu.org/archive/html/bug-ed/2007-03/msg00012.html
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2358#comment:3>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to