I tried export HISTTIMEFORMAT='%D %T' but it seems the time stamp of commands executed before I set HISTTIMEFORMAT will be the time I logged in current session. Is this normal? Is there any way to check when did the previous command executed? Thanks.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

That's normal. If HISTTIMEFORMAT is set then the times are stored in history. If they're not stored then it has nothing to go on except the start time of the current shell.

link|improve this answer
Well done on the 10k :) – Chopper3 May 2 '10 at 9:24
@Chopper3: Thanks! – Dennis Williamson May 2 '10 at 10:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.