So, the Unix date command is pretty cool. We often use it in things like shell scripts which need variables that are based on the date. This is a great link that helped me avoid using the Unix ‘awk’ command to only specify certain components of the date (Year, Month and Day).