I have this file input.text
with say 20 lines. (Although I would like to be able to use any number of lines)
So I want to open the said file and use each string as though it was a parameter for another command.
This other command would take each parameter perform it's function and then write the output to another file itself.
How can I accomplish the intended?