From owner-freebsd-questions Wed Jul 15 11:45:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29685 for freebsd-questions-outgoing; Wed, 15 Jul 1998 11:45:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.cityip.co.za (ns.cityip.co.za [196.25.223.140]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA29674 for ; Wed, 15 Jul 1998 11:45:12 -0700 (PDT) (envelope-from wjv@cityip.co.za) Received: from wjv by ns.cityip.co.za with local (Exim 1.82 #2) id 0ywWW6-0004eY-00; Wed, 15 Jul 1998 20:43:02 +0200 Message-ID: <19980715204302.A17838@cityip.co.za> Date: Wed, 15 Jul 1998 20:43:02 +0200 From: Johann Visagie To: Chris Browning , freebsd-questions@FreeBSD.ORG Subject: Re: Doskey Mail-Followup-To: Chris Browning , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Chris Browning on Wed, Jul 15, 1998 at 01:46:31PM -0400 X-PGP: ftp://ftp.cityip.co.za/users/wjv/pubkey.asc X-URL: http://www.cityip.co.za/~wjv/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 15 Jul 1998 at 13:46 SAT, Chris Browning wrote: > > Sorry all for the mystery mail. I'm still learning xfmail > apparently. Let's try again. I meant to say that MS Visual > FoxPro has what would appear to be the same thing as the F7 > in WinNT. It's a command line window. Looks like an xterm > with a history list but you can point and click to select > and hit enter to run previous commands. You can pick a 4DOS, an alternative shell (instead of COMMAND.COM) for MS-DOS and Windows systems, has the same feature. > previous and change an argument and run it. I've been > toying with writing the same for X as my first programming > project in X. History in csh beats doskey any day, but this > is better yet. Nothing like this out there, is there? Most shells have very complex history manipulation features. If you use bash, try "help history", or search the man page for "HISTORY". AFAIK, bash inherits most of its history features from csh, so most csh-like shells and derivatives will have similar mechanisms. Personally, I find csh-like history constructs like !!, !$, and ^..^.. much more convenient than any history window. But that's just me. :-) -- V Johann Visagie | Email: wjv@CityIP.co.za | Tel: +27 21 419-7878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message