Stephane Chazelas wrote: > Note however that it's no longer true of ksh93 and ... > Note that #! /bin/sh will not always give you a POSIX shell.
Note that #!/bin/ksh won't always give you a ksh93 shell either. At least one system (*cough*HP-UX*cough*) still ships ksh88 there. Bob