/ Published in: Bash
URL: http://www.commentcamarche.net/faq/sujet-5027-comment-lire-un-fichier-ligne-par-ligne
Expand |
Embed | Plain Text
for line in $(cat file.txt); do echo "$line" ; done
You need to login to post a comment.
URL: http://www.commentcamarche.net/faq/sujet-5027-comment-lire-un-fichier-ligne-par-ligne
for line in $(cat file.txt); do echo "$line" ; done
You need to login to post a comment.