Page 1 of 1
binary "which"?
Posted: 13 Aug 2014 23:47
by stanv
I'd really like a binary "which" to be able to easily run zxfer. /bin/sh has no built in "which" for the sctipt to use.
Thanks,
Stan
nas4free: ~ # ls -al /usr/bin/which
ls: /usr/bin/which: No such file or directory
nas4free: ~ #
Re: binary "which"?
Posted: 14 Aug 2014 12:21
by alexey123
try
As for me which is shell built-in command
Re: binary "which"?
Posted: 02 Sep 2014 01:33
by stanv
nas4free: ~ # sh
# which which
no such file or directory
#
Re: binary "which"?
Posted: 03 Sep 2014 00:46
by xuesheng
When I login as root using SSH the /bin/tcsh shell is used and that has 'which' as a built-in command:
Code: Select all
nas4free:~# echo $shell
/bin/tcsh
nas4free:~# which which
which: shell built-in command.
nas4free:~#
Re: binary "which"?
Posted: 22 Dec 2014 13:13
by svily0
And what shall bash users do?
While at it, why not add in file, whoami and possibly other useful commands/tools?!
mc would be great to have out of the box, doesn't matter how easy it is to add it later...
links would be nice as well.
It may sound extreme, but I would also love to have man together with the man pages for all the software included in embedded.
20MB wasted perhaps - who cares?
Regards!