A brief short linux how to and problem solving. This blog is intended to be a reference by summarizing from reliable data source and my experience. Readers should have a basic understanding about linux.
วันพุธที่ 14 มีนาคม พ.ศ. 2555
bash script read file line by line
#/bin/bash
while read myline
do
echo $myline
done < inputfile
ไม่มีความคิดเห็น:
แสดงความคิดเห็น