Date: Sun, 19 Aug 2018 03:22:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 230507] sed 'q' command preventing -i from creating backup Message-ID: <bug-230507-227-V3DiQ25JJX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230507-227@https.bugs.freebsd.org/bugzilla/> References: <bug-230507-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230507 Yuri Pankov <yuripv@yuripv.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuripv@yuripv.net --- Comment #2 from Yuri Pankov <yuripv@yuripv.net> --- What's really wrong here is that `sed -i.ext '...;q'` forgets to remove the temporary files it has created: $ ls '.!'* ls: .!*: No such file or directory $ sed -i.bak 'q' a $ ls '.!'* .!64330!a --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230507-227-V3DiQ25JJX>