Published
- 1 min read
datetime calculation in shell
The solution for this is noted below
datetime calculation in shell
Solution
$ date --date 'last Monday'
Mon Sep 10 00:00:00 MST 2018
$ date --date 'next Monday'
Mon Sep 17 00:00:00 MST 2018
Try other methods by searching on the site. That is if this doesn’t work