[clug] Fine tuning some last bash niggles

Stephen Rothwell sfr at canb.auug.org.au
Wed Nov 5 16:28:04 EST 2003


On Wed, 5 Nov 2003 15:19:34 +1100 Michael.James at csiro.au wrote:
>
> bash> which pwd
> bash>				# more guilty silence, so try this

Which version of bash are you running?

$ echo $BASH_VERSION
2.05b.0(1)-release
$ which pwd
/bin/pwd
$ type pwd
pwd is a shell builtin
$ type which
which is hashed (/usr/bin/which)

so, guilty silence is a which problem since it is not built into bash ...
-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/



More information about the linux mailing list