Answers for "bash command change time"

0

bash command change time

#Use Date -s
date -s 'YYYY-MM-DD HH:MM:SS'
#TO change only partially
date -s "2014-12-25 $(date +%H:%M:%S)"
Posted by: Guest on April-23-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language