I have a URL from which I have to download data on daily basis, e.g.: www.manishshukla.com/files/05-17-2016.csv
In the above URL, it gives me data for 17th May 2016. Similarly for the data of 18th May 2016, URL will be: www.manishshukla.com/files/05-18-2016.csv
I want Bash script, which will automatically takes the date of the day and downloads the file.
Please help me how to do it. I want to add this job on cron
also, so that I don't need to manually run the code.