Re: query about history management in bash

2009-12-27 Thread Rajarshi Tiwari
t looking for something that could automate it safely. Rajarshi * Rajarshi Tiwari, Graduate Student (Condensed matter Physics) Harish Chandra Research Institute Allahabad

query about history management in bash

2009-12-26 Thread Rajarshi Tiwari
Dear friends, Consider following situation - We write a lot commands, and make many typing errors. (e.g typed s instead of ls, eco instead of echo and so on). These miss-typed commands are also saved in history and create unnecessary crowd in the HISTFILE. Is there any way to avoid this? More prec