Answers for "linux command to check date"

5

show date linux

date +"%d-%m-%y"
Posted by: Guest on March-27-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 "linux command to check date"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language