Posted by: Anonymous
[ip: 65.19.217.154]
on May 05, 2008 10:51 PM
You may want to learn about the 'type' command because your 'which' does not know about shell builtins.
--------
$ type which
which is aliased to `type -path'
$ echo $BASH_VERSION
3.1.17(1)-release
$ type echo
echo is a shell builtin
$
------
And if you want to change your shell, use a shell command! Try 'chsh' :)
Korn -- an extended shell
Posted by: Anonymous [ip: 65.19.217.154] on May 05, 2008 10:51 PM--------
$ type which
which is aliased to `type -path'
$ echo $BASH_VERSION
3.1.17(1)-release
$ type echo
echo is a shell builtin
$
------
And if you want to change your shell, use a shell command! Try 'chsh' :)
sdb
#