pmcmicha
Technical User
- May 25, 2000
- 353
I'm not very good with these yet, so sorry if this is a bit basic. I am trying to come up with a looping construct based that can be adjusted as needed per server it is installed on.
For example....
cat TestFile|wc -l
Based on that output, the looping construct would then only loop that many times.
Then my other question is that if the looping construct can be set up that way, I would also need it to process different variables that I have defined to process just one line at a time, or would the looping construct take care of this already?
For example....
cat TestFile|wc -l
Based on that output, the looping construct would then only loop that many times.
Then my other question is that if the looping construct can be set up that way, I would also need it to process different variables that I have defined to process just one line at a time, or would the looping construct take care of this already?