Trying to run files save in different subdirectories HP-UX. The files I am trying to run are named the same. e.g. directory/subdiretory0/panthers; directory/subdiretory1/panthers;directory/subdiretory2/panthers;directory/subdiretory3/panthers
Would like to loop thru each subdirectory and run the file 'panthers'. Save the output in another subdiredory lion e.g. directory/subdiretory0/lion;directory/subdiretory1/lion;directory/subdiretory2/lion;directory/subdiretory3/lion
I have no experience in shell scripting. thanks

Reply With Quote
