how to get yesterday in bash shell script

YESTERDAY=`date --date=yesterday +'%Y%m%d'`
echo $YESTERDAY

Comments

Popular posts from this blog

Pyppeteer fix for BrowserError: Browser closed unexpectedly

overlay filesystem and containers

How to add pagination to django comments for your model