find /tmp -name '*.tmp' -exec printf '%s\0' {} \; | xargs -0 rm ... I will run the same command, but this time use 2> to omit stderr:
確定! 回上一頁