nigel at turbo10.com writes: > I'm going to give this a try and see if the performance is OK: > > PROMPT_COMMAND='history | tail -n 1 | /path/to/local_pperl_sensor.pl' I'd expect that: history 1 be faster than: history | tail -n 1 Simon