View Single Post
Brad
Selfish Heathen
 
Join Date: May 2004
Location: Zone of Pain
 
2020-09-22, 19:02

If you're still looking for some convenient date magic, maybe try some variation of this:

Code:
date --date="yesterday" "+%Y%m%d" date --date="2 day ago" "+%Y%m%d" date --date="3 week ago" "+%Y%m%d"
etc with what you can probably guess for the keywords.

The "--date" argument with a relative "datestr" should work with any moderately recent version of GNU date (not macOS's ancient BSD date).

The quality of this board depends on the quality of the posts. The only way to guarantee thoughtful, informative discussion is to write thoughtful, informative posts. AppleNova is not a real-time chat forum. You have time to compose messages and edit them before and after posting.
  quote