Message-ID: <39703248.FD59C4@softhome.net> Date: Sat, 15 Jul 2000 11:43:36 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com, "Mark E." Subject: Re: Bash 2.04 beta 5 released References: <395CE39B DOT 23257 DOT 30D53 AT localhost> <200007010609 DOT JAA06227 AT mailgw1 DOT netvision DOT net DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com OK, I'm back now. I'm sorry if mails to me started bouncing - SoftHome.net is a free mail service after all and it limits mailbox size (if someone wants to provide me with a real mailbox, don't hesitate to offer ;-) Eli Zaretskii wrote: > Some random thoughts: > > - Does the problem happen (to Laurynas) with any command in Bash > that uses temporary files? For example, try "ls | less" or > "echo `gdate`". Or does it only happen with complex shell > scripts? It might be a good idea to find a simple way of > reproducing the problem. Yes, the problem occurs in most cases when temp files are concerned, e.g. 'ls | less' produces a left-over temp file (BTW, echo `gdate` doesn't) > - Can the problem be reproduced on plain DOS? Cool, it can't be, although I don't understand why. > - Does any of you have some optional software installed on Windows > that has some relation to how files are handled, in particular > file deletion? Once there were norton utilities for windows installed, with recycle bin protection. Now it is completely uninstalled, with no difference (and I can't see stale VxD silently lurking somewhere) Laurynas