https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230507

Yuri Pankov <yur...@yuripv.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yur...@yuripv.net

--- Comment #2 from Yuri Pankov <yur...@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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to