On Tue, 14 Feb 2006, Scot Jenkins wrote: > I write all my shell scripts in /bin/sh since that makes them the most > portable. It's the one shell that's guaranteed to exist on all *NIX > systems. That's a good point. Is it *always* in that exact directory? It certainly is on Solaris, AIX and Linux. Having the path right definitely makes it easier when dealing with inexperienced users. Mike