Python and bash snippets
while read line do echo $line done < test.txt
while read line ; do echo $line ; done < test.txt
No comments:
Post a Comment