From: "Arthur J. O'Dwyer" Newsgroups: comp.os.msdos.djgpp Subject: Re: Bug in command-line globbing Date: Thu, 12 Dec 2002 23:36:05 -0500 (EST) Organization: Carnegie Mellon, Pittsburgh, PA Lines: 12 Message-ID: NNTP-Posting-Host: smtp6.andrew.cmu.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: bb3.andrew.cmu.edu 1039754164 199 128.2.10.86 (13 Dec 2002 04:36:04 GMT) X-Complaints-To: advisor AT andrew DOT cmu DOT edu NNTP-Posting-Date: 13 Dec 2002 04:36:04 GMT In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 On Thu, 12 Dec 2002, Arthur J. O'Dwyer wrote: > > Yeah, that's what I've done as a stopgap measure. But it would be > nice if globbing worked correctly, so one could invoke a program as > > % tr -d '*\' *.txt oops! Should have been: % tr -d '*\\' *.txt