View Single Post
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#5
@stevecrye: If you really can't live without it, I would either try to compile it in scratchbox and just copy the binary over, or just grab the debian package for util-linux and extract and copy over just whereis. However, given that we don't have man pages or source for the most part, I would suggest you give which a try. It's also much faster.

Code:
which ls
-John