有人可以告诉我我的程序请问出什么问题吗?对我来说似乎正确吗? Tx
程序:
foo = "https://www.cs.cmu.edu/~rwh/courses/hott/notes/notes_week"
bar = "https://www.cs.cmu.edu/~rwh/courses/hott/notes/notes_week"
for i in {1..12}
do
foo = $bar
foo+="$i"+".pdf"
wget foo
done
输入:
PS E:\book> wsl ./s.sh
输出:
./s.sh: line 1: foo: command not found
./s.sh: line 2: bar: command not found
./s.sh: line 4: syntax error near unexpected token `$'do\r''
'/s.sh: line 4: `do