How To Run Numerous Commands In Batch
Dear all, I need to run patscan using different parameters. Could you please let me know how to run numerous commands in batch. For example,
patscan -parameter1 IN > OUT1
patscan -parameter2 IN > OUT2
patscan -parameter3 IN > OUT3
.........................
patscan -parameter100 IN > OUT100
Which command can be used to run all above commands once? THANK YOU VERY MUCH!
• 307 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Your problem is linux related. Please delete this question and read about bash loops: bash for loop examples, bash for loop (+ youtube tutorial).
Thank you very much. I understand and find the solution. I will delete the question.