Hi,

how can we be processing several lines at a time in For loop in bash script?


Code:
for i in $(cat filename);do
somecommand $i
done