bug-ed
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in ed-0.3/ed-0.4


From: Karsten Hopp
Subject: bug in ed-0.3/ed-0.4
Date: Wed, 14 Feb 2007 14:44:51 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061223)

This used to work in ed-0.2 and updating to newer ed releases breaks many 
scripts:

cat >> testfile << EOF
This is a test
EOF


with ed-0.2:
>ed testfile << EOF
> %s/test/dummy/
> w
> q
> EOF
40
42
>cat testfile
this is a failed test

with ed-0.3/0.4:
>ed testfile << EOF
> %s/test/dummy/
> w
> q
> EOF
40
?
>cat testfile
This is a test



   Regards

       Karsten Hopp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]