Answers for "history linux check time"

5

linux history with time

HISTTIMEFORMAT="%d/%m/%y %T "
 history
Posted by: Guest on September-11-2020
0

how to check command history in linux with date and time

echo 'export HISTTIMEFORMAT="%d/%m/%y %T "' >> ~/.bash_profile
source ~/.bash_profile
Posted by: Guest on May-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language