On Thu, 30 May 1996, Che Lucero wrote: > obviously not all of those are valid.. but thats what i got when i grep > -in warrior *[ch] and those files are the ones you must change... That's why you should do: grep -in warrior *.[ch] Otherwise it'll list all the files ending with 'c' or 'h', instead of all the files ending in '.c' or '.h' -- although this is typically the same thing, it's not always and can sometimes become a bit confusing.
This archive was generated by hypermail 2b30 : 12/18/00 PST