re: srcseek

myers@indy.net
Date: 11/17/95


> The expansion of the * is a function of the shell, not the "server".
> Compile a reasonable shell that can deal with "*.c *.h" and your back
> in business.  If cant get that or a reasonable grep, I'd hazard to
> guess you cant compile circle on it either.
> 
> 
 Even if you can not install a real shell, an easier solution
 rather than making a huge shell script hardcoding in all
 the filenames would be:

#!/bin/csh

 foreach f (`ls -1 *.[ch]`)
  grep -n \!* $f
 end

 
 -reni, back from the dead



This archive was generated by hypermail 2b30 : 12/07/00 PST