Does anyone know of a simple command that could get the date and make a folder (mkdir) as its name?
say todays date
20090304
as the folder name.
I guess the first thing would be grep the date? Then run a mkdir command?
Any help is appreciated!
Thanks