Re: KSH: Alternative shell interpreter path ?

From: Sven Mascheck (cus.s.mascheck_at_spamgourmet.com)
Date: 06/25/05


Date: Sat, 25 Jun 2005 00:14:52 +0200 (CEST)

Chris F.A. Johnson wrote:

> On a POSIX system, you can use:
> #! /usr/bin/env ksh

Neither #! (s. XCU 2.1) nor special paths (s. getconf) are specified.
And a few systems come with /bin/env only. In practice it usually works.

-- 
#!: <http://www.in-ulm.de/~mascheck/various/shebang/>