From owner-freebsd-chat Wed Jun 18 21:13:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA03933 for chat-outgoing; Wed, 18 Jun 1997 21:13:17 -0700 (PDT) Received: from suntan.tandem.com (suntan.tandem.com [192.216.221.8]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA03925 for ; Wed, 18 Jun 1997 21:13:13 -0700 (PDT) From: Greg Lehey Received: from papillon.lemis.com by suntan.tandem.com (8.6.12/suntan5.970212) id VAA24580; Wed, 18 Jun 1997 21:13:02 -0700 Received: (grog@localhost) by papillon.lemis.com (8.8.4/8.6.12) id KAA00390; Thu, 19 Jun 1997 10:24:00 +0800 (HKT) Message-Id: <199706190224.KAA00390@papillon.lemis.com> Subject: Re: OS/2 users going to FreeBSD? :-) In-Reply-To: <199706181850.UAA21225@online.no> from Geir Eivind Mork at "Jun 18, 97 08:49:02 pm" To: gemork@online.no Date: Thu, 19 Jun 1997 10:23:59 +0800 (HKT) Cc: chat@FreeBSD.ORG (FreeBSD Chat) Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 Reply-to: grog@FreeBSD.ORG (Greg Lehey) WWW-Home-Page: http://www.FreeBSD.org/~grog X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-chat@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Geir Eivind Mork writes, in lines of 110 characters: > X-Mailer: PMMail 1.92 For OS/2 (Excuse me if I rearrange your text to fit in 80 character wide windows) > But I was using 4os/2 as my primary shell in Os/2, how can I emulate > it's features (except alias) in BSD (I use the standar shell in > BSD).. Like the TAB feature, the doskey-alike feature (browse > previous commands) etc. I don't know what the TAB feature does, but if it's used for filename completion, bash does that. You can also browse (and search) the command history. > And btw; Can I use some sort of macro in the prompt ? Like I did in > dos/4os? Like the famous $p$g? I haven't figured out something like > that from the man(uals) Yes, bash will do this as well. Greg