In your second script: #!/bin/sh set -a echo "a" | sed -e 's/[\d001-\d008]//g'. even though POSIXLY_CORRECT is set in the shell, ...
確定! 回上一頁