GNU bug report logs - #63812
sed bug

Previous Next

Package: sed;

Reported by: yu cuilu <yucuilu <at> gmail.com>

Date: Wed, 31 May 2023 13:25:02 UTC

Severity: normal

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: yu cuilu <yucuilu <at> gmail.com>
To: bug-sed <at> gnu.org
Subject: sed bug
Date: Wed, 31 May 2023 14:56:57 +0800
[Message part 1 (text/plain, inline)]
case 1: fail

rm -f  ./resolv.conf;
touch ./resolv.conf;  sed -i 'a nameserver 8.8.8.8' ./resolv.conf ; cat
resolv.conf

case 2: ok

rm -f  ./resolv.conf;
echo a > ./resolv.conf;  sed -i 'a nameserver 8.8.8.8' ./resolv.conf ; cat
resolv.conf
[Message part 2 (text/html, inline)]

This bug report was last modified 2 years and 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.