|
From: Petr M. <mi...@ph...> - 2007-06-08 06:28:39
|
> > Good point. On my system it is > > > bash (gnome's default?) > ---- > 1000 ls > 1001 ls > 1002 ls > 1003 history On OpenSUSE, the default value in environmental variables is HISTCONTROL=ignoreboth so I would see "ls" once only. "man bash" => search HISTCONTROL gives several nice options -- some of them you are implementing for gnuplot. Have a look. --- PM |