Vim: warning: Input is not from a terminal

#!/bin/basn cat file.txt > tmp.txt cat tmp.txt | while read line do vim -c :%s/abc/$line/g ./file2.txt done rm tmp.txt 運行以上腳本時, 出現  Vim: warning: Input is not from a terminalvim 解決辦法:code #!
相關文章
相關標籤/搜索