To delete all files which name has name, you can use it: find . -name 'name*' -exec rm {} \;.
確定! 回上一頁