Newsgroups: comp.unix.questions Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!irie.ais.org!mjo From: mjo@irie.ais.org (Mike O'Connor) Subject: Re: Using !! References: <1991May13.132820.21884@rodan.acs.syr.edu> Reply-To: Mike O'Connor Organization: Artificial Intelligence Society Message-ID: <1991May14.132034.13286@engin.umich.edu> Date: Tue, 14 May 91 13:20:34 GMT In article <1991May13.132820.21884@rodan.acs.syr.edu> ldstern@rodan.acs.syr.edu (Larry Stern) writes: :To all: instead of using !! to repeat my last command, I'm looking for a way :to repeat my last command *without* a , like the Dos F3 key. Is there :an easy implementation for this? I take it you're using csh. One solution is to switch to tcsh if you have it, where ^P (or usually the up-arrow key) will give you your previous command in a manner to your liking. ==== Mike O'Connor (mjo@ais.org)