On Thursday 22 January 2004 23:20, Herculano de Lima Einloft Neto wrote: > Hello all, > > This happens all the time: after an intricate find, I decide > to grep something out of that very same find, for instance. It > would be nice to have some tweak to reuse the last output without > having to run the command again. Anyone? > > Thanks in advance, > -- > Herculano de Lima Einloft Neto Perhaps you could create a perl, tcl, or bash script as a front end which you can "alias" to find which will store the stdout in a file for you. Regards, Mike Klinke