could someone help me figure this out?
I am trying to put a filename that could be any combination of M the date and 4 numbers at the end of it, into a variable.
my script will prompt the user to enter the date (so I have this covered) my problem is how do I make it so it will take any number for the last four digits
$sched_log="M$date\\****"; # I know this wont work