码迷,mamicode.com
首页 > 其他好文 > 详细

为history历史命令记录添加上执行时间

时间:2015-08-14 19:24:53      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:history   profile   export   记录   历史   

设置方法:

#export HISTTIMEFORMAT="`whoami` | %F %T | "

#echo ‘export HISTTIMEFORMAT="`whoami` | %F %T | "‘ >> /etc/profile

#. /etc/profile


效果如下:

# history

 ......

 1047  root | 2015-08-14 17:38:54 | ulimit -a

 1048  root | 2015-08-14 17:45:09 | cd

 1049  root | 2015-08-14 17:45:11 | history 

 1050  root | 2015-08-14 17:45:41 | ansible Player -m ping

 1051  root | 2015-08-14 17:48:59 | ansible Player -m shell -a "ifconfig eth0"

 1052  root | 2015-08-14 17:49:25 | ansible Player -a "ntpdate ntp.api.bz"

 1053  root | 2015-08-14 17:49:39 | history 


为history历史命令记录添加上执行时间

标签:history   profile   export   记录   历史   

原文地址:http://relearn.blog.51cto.com/2605709/1684748

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!