cybercop23
IS-IT--Management
Hi everyone.
I have a text file of item numbers. I need to pull one line at a time and pass that to my shell script to process it. How can I pull first line, then 2nd, then third, until EOF?
I need to only get one line at a time and then move to the following line.
Sample file:
004124012725
004124012756
004124012856
Thanks for your help.
AB
I have a text file of item numbers. I need to pull one line at a time and pass that to my shell script to process it. How can I pull first line, then 2nd, then third, until EOF?
I need to only get one line at a time and then move to the following line.
Sample file:
004124012725
004124012756
004124012856
Thanks for your help.
AB