공부
[sh] command || true
승가비
2024. 4. 10. 11:43
728x90
https://stackoverflow.com/questions/11231937/bash-ignoring-error-for-a-particular-command
Bash ignoring error for a particular command
I am using following options set -o pipefail set -e In bash script to stop execution on error. I have ~100 lines of script executing and I don't want to check return code of every line in the scr...
stackoverflow.com
728x90