Return to Snippet

Revision: 3920
at October 4, 2007 03:55 by therobot


Initial Code
while read line; do echo "${line}"; done < <(cat file.lst)

Initial URL


Initial Description


Initial Title
Read a text file with bash

Initial Tags


Initial Language
Bash