Skip to main content

All Questions

Tagged with
1 vote
2 answers
578 views

Can't use argument in bash date calculation script

The following bash script won't work. I need to calculate the date depending on the number of days since 14th Oct 1582, where the argument will be the number of days. d="$1" date -d '14 Oct 1582 + "$...
Jacques MALAPRADE's user avatar