How can you process a file line by line in ksh?
|
feedback
|
|
somthing like:
which will read one line of input from myfile.txt at a time? | |||
feedback
|
|
Check bellow link, I have posted 5 different methods with timing comparison. Different ways to process a file line by line in a shell script | |||
|
feedback
|