采用双壳书写方式,通过理由清单进行检索?
原文:Iterating through argument list using for loop in shell script?
原文:Iterating through argument list using for loop in shell script?
I want to display the contents of the files supplied to my shell script via arguments. I need to do this using the normal for (()) loop and NOT the for x in arr loop. This is my code. How should ...