From: <ro...@pa...> - 2003-05-24 20:43:01
|
I've added a timestamp in the history file. This was something on my to-do list for a while. (This can be useful helping to figure out when changes have been made such as if your computer has been hacked into.) 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. |