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

Yuri Pankov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Yuri Pankov <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to