德瑞克的技術大小事
2013年4月24日 星期三
bash script利用exec作I/O重導入當stdin來讀檔
exec < filename # 利用exec來做I/O重導入以當成stdin
while read line
do
echo $line # 一行一行的印出
done
http://blog.longwin.com.tw/2012/06/shell-read-file-cat-line-2012/
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言