On Wednesday 19 January 2005 15:22, Daniel Bye wrote: > On Wed, Jan 19, 2005 at 02:32:41PM +0000, RW wrote: > > On Tuesday 18 January 2005 12:10, Warren wrote: > > > I changed the shell type using: chsh -s /bin/csh > > > > I think you want /bin/tcsh/ which is the enhanced version of csh. > > It's the same thing: > > --->$ ls -i /bin/csh /bin/tcsh > 24836 /bin/csh* 24836 /bin/tcsh*
Whilst you may well be right about csh and tcsh having identical behaviour in FreeBSD, you cannot infer that by comparing the binaries. It actually quite common for related programs to have the same executable. For example: $ md5 -r /usr/bin/*grep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/bzegrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/bzfgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/bzgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/egrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/fgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/grep 5a35688710a92604bce83761bca5ea61 /usr/bin/pgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/zegrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/zfgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/zgrep _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"