Linux history命令显示执行时间

一、永久生效
1、vim ~/.bashrc 或者 ~/.bash_profile
2、增加:export HISTTIMEFORMAT="%F %T "
3、history 50

二、临时生效
在当前命令行下,
执行export HISTTIMEFORMAT="%F %T "
然后history 50

你可能感兴趣的:(Linux history命令显示执行时间)