我有标题的bash shell脚本#!/bin/bash -e.
#!/bin/bash -e
当我运行脚本时,它会在grep命令运行后被中断,但是当我删除参数时-e,脚本可以正常运行.参数是什么意思-e?
grep
-e
bash shell
bash ×1
shell ×1