delorie.com/archives/browse.cgi | search |
Hi, On Tue, Mar 20, 2001 at 07:21:29PM +0100, Martin Trautmann wrote: > I also had the problem with autogen.sh. It doesn't find a which command. > In the faq I found that there is no which command yet. I temporaritly > fixed it with creating a shell script using type: > type $1 | sed "s/[^\ ]*\ is\ \//\//" > Could someone add something like that to the faq? It is in the FAQ (`Where can I find "which"?'). BTW if you use `type -p', you won't need sed. In fact, some of Linux distributions used to have a default user's .bashrc with alias which="type -p" Marius Gedminas -- When all else fails, read the instructions. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |