$ ls | grep -q foo | echo $?. Then, regardless of the command output, it always returns 0, even if the first part should return 1. I guess this ...
確定! 回上一頁