Exclude files starting with a specific name
Hello guys,
I am trying a script to download all the files generated today but exclude the files that start with "temp". I am able to get all the files today using the filemask
get -filemask=*>=today but I am not sure how to add exclude file mask to leave the files that start with "temp"
I tried get -filemask=*>=today | temp* and some other variations but not getting any success. I am missing something but not sure what. Any suggestions?
Regards,
Ram
I am trying a script to download all the files generated today but exclude the files that start with "temp". I am able to get all the files today using the filemask
get -filemask=*>=today but I am not sure how to add exclude file mask to leave the files that start with "temp"
I tried get -filemask=*>=today | temp* and some other variations but not getting any success. I am missing something but not sure what. Any suggestions?
Regards,
Ram