Answers for "how to check command history in linux with date and time"

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 "how to check command history in linux with date and time"

Browse Popular Code Answers by Language