scottpeter
Programmer
All,
I am new to Unix.I am trying to process 15 files in a shell script. The 15 files have the same name with the last characters as numbers 1 to 15.
I know that if it were a single digit number,I could have used [0-9]. But how will I call file ending with numbers above 9(from 10 to 15).
I cannot use *, because it will fetch some files that I do not need.
Also I cannot use a loop here. I need to call the files using a wild Card Character.
Thank You,
Scott
I am new to Unix.I am trying to process 15 files in a shell script. The 15 files have the same name with the last characters as numbers 1 to 15.
I know that if it were a single digit number,I could have used [0-9]. But how will I call file ending with numbers above 9(from 10 to 15).
I cannot use *, because it will fetch some files that I do not need.
Also I cannot use a loop here. I need to call the files using a wild Card Character.
Thank You,
Scott