How to exit a shell script if targeted file doesn't exist - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to exit a shell script if targeted file doesn't exist - Stack Overflow
Given the script below, I would like to avoid the execution of the pipeline if a file
does not exist. How may I exit the script straight away if the txt ...