标签: bash sh windows-subsystem-for-linux
当我运行这个sh脚本
sudo apt install git -y
使用此命令
sh file.sh
它抛出
E: Command line option ' ' [from -y ] is not understood in combination with the other options.
我在wsl
答案 0 :(得分:0)
tr -d '\015' <file.sh >file-new.sh