Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jul 2001 11:26:07 -0400
From:      Greg <gp@oitunix.oit.umass.edu>
To:        Haikal Saadh <wyldephyre2@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Program recommendations 
Message-ID:  <200107211526.f6LFQ8Q35767@tower.my.domain>
In-Reply-To: Message from Haikal Saadh <wyldephyre2@yahoo.com>  of "Sat, 21 Jul 2001 23:55:12 %2B1000." <PAELLGOEIMDLEJNEBOBOCEPACDAA.wyldephyre2@yahoo.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> >
> > On Fri, 20 Jul 2001 jeff@tsunamicreek.com wrote:
> >
> > > > Shell
> > >
> > > bash or tsch shell, matter of opinion.
> >
> > A handy feature is the [TAB] auto completion of filenames.
> > I know bash has this, not sure of tsch???
> 
> tcsh has tab completion, and also, a few good points of tcsh:
>  + if you half-complete a command, and press CTRL-D, you get a list of
> possible options.
>  + if you half complete a command, and press the up arrow, it completes the
> command from history.
> 
> I ditched bash in favour of tcsh when it became the default shell for
> FreeBSD, and I've never looked back! :)
> 

If I do a script in tcsh,

	foreach i ( a b c )
	foreach> echo $i
	foreach> end

and then go back through the history, I only get the "foreach i ( a b 
c )" line. Is there a way to get the whole command?

Greg
	



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107211526.f6LFQ8Q35767>