shell脚本运行./tt.sh: line 1: 锘縲hile: command not found
while true
do
while read line
do
echo $line>>/home/aa/user/wu/test/b.log
sleep 1
done</home/aa/user/wu/test/a.log
done
运行报错:[iomssapp@master test]$ ./tt.sh
./tt.sh: line 1: 锘縲hile: command not found
./tt.sh: line 2: syntax error near unexpected token `do'
./tt.sh: line 2: `do'
是怎么回事?用的是secureCRT。之前运行成功过。请高手指教!
[解决办法]