Return to Snippet

Revision: 6636
at June 4, 2008 10:38 by olive


Initial Code
for line in $(cat file.txt); do echo "$line" ; done

Initial URL
http://www.commentcamarche.net/faq/sujet-5027-comment-lire-un-fichier-ligne-par-ligne

Initial Description


Initial Title
Lire un fichier ligne par ligne

Initial Tags


Initial Language
Bash