Difference beteeen two numeric variables;
1
2
3
DELETEDAYS=14
WARNDAYS=7
DAYSDIFF=$(($DELETEDAYS - $WARNDAYS))
Other mathematic operators can be used: * / + -
Difference beteeen two numeric variables;
1
2
3
DELETEDAYS=14
WARNDAYS=7
DAYSDIFF=$(($DELETEDAYS - $WARNDAYS))
Other mathematic operators can be used: * / + -
A new version of content is available.