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/

沒有留言:

張貼留言