管道日了狗-while read line大坑

想着定義個全局變量,用sh 函數修改,結果遇到了管道的坑,先貼錯誤代碼:html #!/bin/sh HEIGHT="null" WIDTH="default" SRC_YUV= DEST_DIR= MAX_QP= MIN_QP= read_para_from_file(){ cat $1 | while read line ##劃重點--->管道的最後一個命令都是在子Shell中執行的。
相關文章
相關標籤/搜索