I need to execute "n" number of shell script using a master shell script (which have all the command to start other shell script). Since all other shell script are located in different location,can't give same path for all and I don't want to repeat "cd" command will be repeating for doing the same.
Apart from this, is there any way that i can start my shell script with both run and path given in one line?
eg:
"run command" "path" (for file)
"run command" "path" (for file1)
Kindly can anyone help on this.