管道 *** 作员创建一个子外壳,请参阅BashPitfalls和BashFAQ。解决方案:不要使用
cat,反正毫无用处。
#!/bin/bashpostPriority=0while read namesInFiledo postPrioity=500 echo "weeeeeeeeee ---> $postPrioity <--- 1"done < /files.txtecho "weeeeeeeeee ---> $postPrioity <--- 2"
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)