From: R. B. <ro...@pa...> - 2003-05-26 20:03:56
|
I've added timestamps to the history lists. I haven't made a release for this yet as this is all a bit new. However you can compile this from CVS sources: cvs -d:pserver:ano...@cv...:/cvsroot/bashdb login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/bashdb co bashdb The format of the timestamp shown in a command history is controlled by the $HISTTIMEFORMAT environment variable via strftime; the default value is '%a %T ' (abbreviated weekday name and 24-hour time with seconds). Note the trailing blank. See strftime(3) for a list of time conversion specifiers. |