Thursday, June 20, 2013
bash read file line by line
cat myfile.lst | while read field1 field2;do echo $field1 $field2;done
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment