Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!news.netspace.net.au!news.mira.net.au!pumpkin.pangea.ca!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-peer.sprintlink.net!news.sprintlink.net!sprint!ais.net!uunet!in2.uu.net!140.142.64.3!news.u.washington.edu!root From: kargl@troutmask.apl.washington.edu (Steven G. Kargl) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: ash Date: 23 Apr 1997 23:38:40 GMT Organization: University of Washington Lines: 33 Message-ID: <5jm6i0$1522@nntp6.u.washington.edu> References: <Pine.SUN.3.95.970423142548.18619B-100000@garcia.efn.org> NNTP-Posting-Host: troutmask.apl.washington.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:39633 In article <Pine.SUN.3.95.970423142548.18619B-100000@garcia.efn.org>, Eric James DeArment <ejd@efn.org> writes: > I don't know if this is even the right place to be asking this question, > but has anyone here ever heard of a shell called "ash?" > ash is the default sh (Bourne shell replacement?) on FreeBSD. %cd sh %pwd /usr/src/bin/sh %head -15 TOUR # @(#)TOUR 8.1 (Berkeley) 5/31/93 # $Id: TOUR,v 1.5 1997/02/22 13:58:19 peter Exp $ NOTE -- This is the original TOUR paper distributed with ash and does not represent the current state of the shell. It is provided anyway since it provides helpful information for how the shell is structured, but be warned that things have changed -- the current shell is still under development. ================================================================ A Tour through Ash Copyright 1989 by Kenneth Almquist. -- Steve finger kargl@troutmask.apl.washington.edu http://troutmask.apl.washington.edu/~kargl/sgk.html