From: gpt20 AT thor DOT cam DOT ac (G.P. Tootell) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE SUGGESTION Date: 9 Mar 1997 12:55:04 GMT Organization: University of Cambridge, England Lines: 27 Sender: gpt20 AT hammer DOT thor DOT cam DOT ac DOT uk (G.P. Tootell) Message-ID: <5fubv8$3tr@lyra.csx.cam.ac.uk> References: <5fogsh$5kq AT freenet-news DOT carleton DOT ca> <5ftsd4$mks AT freenet-news DOT carleton DOT ca> NNTP-Posting-Host: hammer.thor.cam.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > Last I checked grep was some kind of unix program. I think it was > something connected with internet TCP and resolving host names or > something similar. grep is a search utility for searching for occurances of strings in a file under unix. nothing to do with tcp or host names :) it's not much use under dos really because the 'find' command does pretty much the same thing. try 'find "hello" filename' for instance. (which would be 'grep 'hello' < filename' under unix) > In any case, I went to my djgpp BIN dir and did a dir grep*.* and it > turned up nothing. > I tried a subdirectory-recursive search of C:\DJGPP and found nothing. you ain't got it then ;) it's with the misc files on dj's site i expect, along with diff and a whole bunch of other misc unix utils that have been ported. regards, nik -- Graham Tootell nikki AT gameboutique DOT com --