From owner-freebsd-questions Tue Jun 19 11:21: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id A6DB837B406 for ; Tue, 19 Jun 2001 11:20:59 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f5JIKvW25331; Tue, 19 Jun 2001 13:20:57 -0500 (CDT) (envelope-from dan) Date: Tue, 19 Jun 2001 13:20:57 -0500 From: Dan Nelson To: burningclown@westhost43.westhost.com Cc: freebsd-questions Subject: Re: ksh93 vs. pdksh Message-ID: <20010619132057.B6890@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.19i X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 19), burningclown@westhost43.westhost.com said: > So now I have -both- pdksh and ksh93 on my system. The thing is, I can't > figure out what starts when I type the command 'ksh.' It -used- to be > pdksh, of course. Maybe it still is. All I know is that when I type 'man > ksh' I get the man page for pdksh; when I type 'man ksh93' I get the man > page for ksh93; when I type 'ksh93' I get 'command not found' and when I > type 'ksh' ... something starts up. To see that a package contains, take a look at the pkg-plist file if you've got the ports tree, or run "pkg_info -L packagename" if you have the package already installed. It looks like pdksh installs /usr/local/bin/ksh, and ksh93 installs /usr/local/bin/ksh93. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message