Answers for "how to iterate through a file linux"

2

how to iterate through a file linux

while read p; do
  echo "$p"
done < example.txt
Posted by: Guest on April-19-2021

Code answers related to "how to iterate through a file linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language