[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where is the code for Source/FTP?



On Thu, 18 Nov 1999 15:11:50 GMT, Lloyd Wood wrote: 
>On Thu, 18 Nov 1999, Tarik Alj wrote:
>
>> Bahri,
>> 
>> 	try something like :
>> 
>> %>grep FTP *.cc
>> 
>> 	in your ns directory.
>
>Since the code to Source/FTP is in the ~ns/tcl/lib/ directory, that
>won't do much good...

Perhaps, so the right command is
	grep FTP  *.{cc,h,tcl}
followed by
	grep FTP  */*.{cc,h,tcl}
	grep FTP  */*/*.{cc,h,tcl}
if there are no results.

Tarik's CONCEPT of grepping through the code to find something
rather than asking a mailing list is *right on target*.
Grepping is *much* faster, both for the person trying to find
the code, and for the 437 readers of ns-users!

   -John Heidemann