Wednesday, August 12, 2015

loop over the lines of a file

process each line of file

for i in $(cat fich); do
   echo $i
done

No comments: