I am currently using the bash shell but am a bit confused about man entries. For example the man entry for source (man source):
DESCRIPTION
sh
The exec command specified by the arguments is executed in...
csh
exec executes command in place of the current she...
ksh
With the exec built-in, if arg is give...
There are entries for several shells but not for the bash shell. I know that bash stands for Bourne Again SHell so does this imply that the description for sh is the one that applies to bash?
Thanks
shis the Bourne shell, andbashis the Bourne-again shell. – eleven81 Feb 16 '10 at 14:33