From owner-freebsd-newbies Sun May 16 7:48: 7 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 1F8D214EF1 for ; Sun, 16 May 1999 07:47:59 -0700 (PDT) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.8.8+Sun/SMI-SVR4) id QAA25340; Sun, 16 May 1999 16:40:53 +0200 (MET DST) Received: from sziszi by petra.hos.u-szeged.hu with local-smtp (Exim 2.05 #1 (Debian)) id 10j2Fy-0002a7-00; Sun, 16 May 1999 16:51:10 +0200 Date: Sun, 16 May 1999 16:51:10 +0200 (CEST) From: Adam Szilveszter Reply-To: Adam Szilveszter To: "G. Adam Stanislav" Cc: Alex Kapranoff , freebsd-newbies@FreeBSD.ORG Subject: Re: Newbie tip In-Reply-To: <3.0.6.32.19990516092026.00960770@mail.bfm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Is there any shell that works similar to 4DOS? Just to stop anyone from > getting upset: 4DOS is NOT a Microsoft product - it was presumably written > to give the other OS the capabilities of Unix shells; I just have not found > the Unix shell with those capabilities yet. :-( Nor do the authors of 4DOS > have a 4Unix shell (and they do not give out the source code to 4DOS). Hi! Consider trying bash (the shell of choice for most Linux distribs) or tcsh, all of which are available in the /usr/ports/shells directory. These both have the functionality you mentioned and in fact work quite smilarly to 4DOS. There is also pdksh but I have not tried it yet. For a description of how to handle these shells see their man pages after install and also the book: A Comprehensive guide to FreeBSD available at: http://www.vmunix.com/fbsd-book/ On bash you can find info on many Linux sites as well. (I use bash but that's because I also have to work on Linux machines and it's more convenient that I can use the same features everywhere.) Caution: As many have said here already, don't change the root shell to anything other from sh or csh because that's a really bad idea. But feel free to try the others for normal users. I hope it helps. Regards: Szilveszter (aka CC the horrible) Szeged University Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message