Answers for "shell script that outputs the time and date to the screen, where the date is formatted in dd-mm-yy format unix"

0

date format in linux shell script

date_now=$(date "+%F-%H-%M-%S")
Posted by: Guest on May-08-2021

Code answers related to "shell script that outputs the time and date to the screen, where the date is formatted in dd-mm-yy format unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language