Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!uflorida!haven!adm!news From: mchinni@pica.army.mil (Michael J. Chinni, SMCAR-CCS-E) Newsgroups: comp.unix.questions Subject: Re: History substitution Message-ID: <22658@adm.BRL.MIL> Date: 5 Mar 90 16:59:58 GMT Sender: news@adm.BRL.MIL Lines: 7 Mika, One way to do this is to pipe the command thru sed like so: !! | sed "s/a/b/g" ...Mike Chinni