On Tue, Nov 4, 2014 at 10:44 PM, Graham Jones
<your-name-h...@grahamjones.org> wrote:

> Now I was expecting a hole in the file, but when I finally get to see the
> contents, I have 500,000 ls commands in there (one of my test commands from 
> above)

 just for the record, now I have $HISTSIZE

i=0; while [ $i -lt 25 ]; do history -a; history -n; let i++; done;

 commands in .bash_history :)

cheers,
pg

P.S.
 pity I really needed those ;-)

Reply via email to