TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:17836] Fun with bash



Dave Sherohman wrote:
> 
> Gabe Turner said:
> > You're using sh... how is that bash scripting? :)
> 
> pchan ~$ ls -l `which sh`
> lrwxrwxrwx    1 root     root            4 Aug 20  1999 /bin/sh -> bash

But if you use #!/bin/sh in your script, bash will act like the
traditional sh instead of bash. So there is a difference. (However
minimal it is.)