X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "bdeck" Newsgroups: comp.os.msdos.djgpp Subject: grep -r Date: 22 Aug 2005 20:29:29 -0700 Organization: http://groups.google.com Lines: 23 Message-ID: <1124767769.062864.325260@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: 202.3.192.11 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1124767776 29884 127.0.0.1 (23 Aug 2005 03:29:36 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 23 Aug 2005 03:29:36 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=202.3.192.11; posting-account=R02xJAwAAAASwE3U1qQ37KcHXmocYA_U To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, Does grep -r work in DJGPP? in Linux: # grep -r the . ./root/HELP:Initialise the swap. ./root/HELP:Initialise the main partition. ./root/HELP:Extract the base image to the new drive. ./root/HELP:Pretend the new root is /mnt ...blah... in DOS: ITHACA04:d:/Download:BenD$ grep -r the . grep: .: Permission denied (EACCES) The FS is FAT32, so obviously permissions aren't the real issue. ??? Ben