I have set the variable dateString to the following format [export dateString=date -u +%Y%m%d]. What would be Output when I echo $dateString?
date -u +%Y%m%d
YYYYMONDD
MMDDYYYY
YYYYMMDD
YYYYDDMM