wiki'd

by JoKeru

BASH History with Date

[cc lang='bash']
\$ cat \<> /root/.bashrc
export HISTTIMEFORMAT='%F %T '
export HISTSIZE=10000
EOF
\$ logout
[/cc]

Comments