Root history with timestamp

Hi ROOT developers:

I was wondering whether there is a solution to save the root command history in the .root_hist (or personal define history file) with timestamp like the history of bash commands.

an example of bash history with timestamp is:

#161246450
ls
#1612464510
cd my_awesome_dir

so that I can retrieve the date and time when I type a specific command

The current .root_hist is only commands without timestamp.


Please read tips for efficient and successful posting and posting code

ROOT Version: root-6.22.06
Platform: centos 7.9
Compiler: gcc-8.3.0


Sorry, but there is no such option, AFAIK

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.