Re: [GnuWin32-Users] sed produces strange files

2012-06-13 Thread Anton Shepelev
Charles Calvert: Looks like a temporary file that isn't being cleaned up. Yes indeed. But whom to contact about the problem? It seems to be GNUWIN32-specific... -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments

[GnuWin32-Users] sed produces strange files

2012-06-12 Thread Anton Shepelev
Hello all, I have a problem when using sed with the -i (--in-place) option. Upon processing a file, a new file named like sedYNFdj6 appears in the working di- rectory and contains an exact copy of the resulting file. I was using this command line: sed -i -e 1,5d

Re: [GnuWin32-Users] sed produces strange files

2012-06-12 Thread Charles Calvert
On 6/12/2012 12:24 PM, Anton Shepelev wrote: I have a problem when using sed with the -i (--in-place) option. Upon processing a file, a new file named like sedYNFdj6 appears in the working di- rectory and contains an exact copy of the resulting file. Looks like a temporary file