So you know this right?: Read a file line by line assigning the value to a variable
How do you do this without a loop, I'm in a situation where loops would case errors and a mess.(If you've ever tried messing with parallel) But I still need to read a file line by line.
Is there some way of doing it without a loop? xargs
? awk
? parallel
?