程序未按預期工作。有沒有人可以幫助解決這個問題?未給出預期的輸出
的外殼文件,即輸入i -> abc.xml
預期成果是:grep abc $/nav/lab/xyz.lst
文件名:sample.sh
#!/bin/bash
echo "Enter the test name:"
read i
echo $i | set new_val = "`$cut -d '.' -f 1`"
echo $new_val
grep "`echo $a`" $/nav/lab/xyz.lst
讀我 一個=「'回聲$ I |切「-d」。 -f 1'「 echo」grep $ a /home/cg/root/nav.txt「 –
您的預期輸出爲shell命令嗎? – Cristik