Re: [Fink-devel] ranlib [OT]

2002-10-25 Thread Ben Hines
I actually already have that alias, I just use "f" for that. I think in 10.1 the "f" alias came with the system. alias f "egrep \!:1 -rI * | /usr/bin/more" alias ff "find . -name \!:1 -print" It is better to use "egrep" since you get more regex features with it over grep. -Ben On Friday, Octo

Re: [Fink-devel] ranlib [OT]

2002-10-25 Thread Carsten Klapp
This is a super tip, thanks Ben! Indeed grep is powerful, it sure beats Sherlock's find-by-content for searching fink info files. I added this one to my .cshrc (note the \ before the !s) alias show 'grep \!:1 -rI \!:2 | less' .bashrc would probably need: alias show='grep \!:1 -rI \!:2

Re: [Fink-devel] ranlib

2002-10-24 Thread Ben Hines
On Thursday, October 24, 2002, at 03:32 AM, Ruotger.Skupin wrote: Hello, in a porting project from Linux I need to add a call to ranlib in the build system. Can anybody point me to a package where this has been done as an example? grep is your friend grep ranlib -rI /sw/fink/dists/unstabl