[root@linhut dh]# txt='cat aik.config.php|grep "zhanwai"'[root@linhut dh]# echo $txtcat aik.config.php|grep "zhanwai"這樣我試了是無法成功的
2 回答

慕妹3146593
TA貢獻1820條經(jīng)驗 獲得超9個贊
引號用錯了,應(yīng)該用反引號,就是鍵盤1左邊的鍵
txt=`cat aik.config.php|grep "zhanwai"`
添加回答
舉報
0/150
提交
取消