I want to display timestamp on history command result, on googling I found that by using export HISTTIMEFORMAT=' %F %T ' , I can get the timestamp but in my environment exporting anything is not allowed.
Is there any alternate way to get history results with timestamp..?