X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 17 Nov 2004 19:20:00 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c4ccc9$Blat.v2.2.2$d0e0c220@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <449aa301.0411170442.7ee081dd@posting.google.com> (pischelletto2000 AT yahoo DOT com) Subject: Re: bash and delete key References: <449aa301 DOT 0411150425 DOT 62e6135e AT posting DOT google DOT com> <01c4cb4b$Blat.v2.2.2$48e57700 AT zahav DOT net DOT il> <449aa301 DOT 0411170442 DOT 7ee081dd AT posting DOT google DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: pischelletto2000 AT yahoo DOT com (pischelletto) > Date: 17 Nov 2004 04:42:33 -0800 > > > Use Ctrl-D instead. > > don't work :-(. Ctrl-D is read like EOF. ??? Ctrl-D is EOF on Unix, not on DOS/Windows. On DOS/Windows, the EOF character is Ctrl-Z. What version of Bash is that, anyway, and on what OS?