Answers for "bash date today plus one day"

0

bash date today plus one day

myDate=$(date +%Y-%m-%d -d today)
date +%Y-%m-%d -d "$myDate + 10 days"
Posted by: Guest on January-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language