/ "Scott Taylor" <[EMAIL PROTECTED]> wrote: | In the /bin directory are all the bash commands that you use in a typical | unix shell...correct? Then why can I use a command like "ls -l" and not | "locate" which both reside in /bin? | [...] | | $ man ls | BASH: man: command not found
have you installed the man-package? | | $ locate cygwin.bat | locate: /usr/var/locatedb: no such file or directory locate needa its database to be built before running, I think it is updatedb that does this.. To do a quick search now, you can use find. | Does this make sense now? Yep :-) /Andy | | Scott | -- The eye of the beholder rests on the beauty! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/