I would like to create a folder that says the date for the day before.
I know I can:
Code:
mkdir foldername-`date +%m.%d.%Y`
But that will only give me today's date. Does anyone know how to do a similar run the command with similar output but with the date for the day before?