I'm very new to programming. Give me some idea or where and how to start with the below requirement. It's in shell script.
I need a shell script that checks whether the particular path has a .tag file if yes, it has to internally trigger a control M job which sends the file to destination location.If no, just exit with a error message. This has to be done in the script. say
filepath="/home/ss/proj/" filename=abc.tag
The file is generated in the path by Control M. So in that particular job I need to call this script which triggers a new control M job which sends the file.