Hello everyone,
I need to restore about 250 files from TSM and I've had the idea to do this via Bash Script.
All files are named like
<name_is_always_the_same>_DATE_TIMESTAMP
(<name_is_always_the_same>_2011-11-09_04-34-26.714)
I need to restore all files between _2010-10-01_* and _2011-10-31_*
Every day has to be checked, if there are files available here and if there are, the script
should execute a command like "dsmc restore /path/<filename>_DATE_TIMESTAMP /path/restore"
Can anyone help me with this problem? I'm a total noob in scripting

Thank you all in advance für your help!
Greetings