/ Published in: Bash
Expand |
Embed | Plain Text
while read line; do echo "${line}"; done < <(cat file.lst)
You need to login to post a comment.
while read line; do echo "${line}"; done < <(cat file.lst)
You need to login to post a comment.