The following works if I type it in a shell window. But how do I get the result into a variable?
date -j -v+1m -f "%a %b %d %T %Z %Y" "`date`" "+%s"
The following works if I type it in a shell window. But how do I get the result into a variable?
date -j -v+1m -f "%a %b %d %T %Z %Y" "`date`" "+%s"