For example the file name is:
file_sep_08_2003.gz
if I do a date command in that format I will get back
Sep_08_2003.
How would I be able to write anything to find the file based on the day if all the date command returns is the month with a capital first letter??
date +_%b_%d_%Y will return _Sep_23_2003 but that wont do me good since unix/ftp is case sensitive..
Thanks if you can help.
file_sep_08_2003.gz
if I do a date command in that format I will get back
Sep_08_2003.
How would I be able to write anything to find the file based on the day if all the date command returns is the month with a capital first letter??
date +_%b_%d_%Y will return _Sep_23_2003 but that wont do me good since unix/ftp is case sensitive..
Thanks if you can help.