find . -iregex '.*txt$' -type f -maxdepth 1 -print0 | xargs -0 rm もしくは find . -iregex '.*txt$' -type f -maxdepth 1 -delete とかも

otsuneotsune のブックマーク 2007/02/13 07:00

その他

このブックマークにはスターがありません。
最初のスターをつけてみよう!

備忘録 - postteenの日記

    ls -1 | grep -v 'txt$' | sed -e 's/^/"/g' -e 's/$/"/g' | xargs rm

    \ コメントが サクサク読める アプリです /

    • App Storeからダウンロード
    • Google Playで手に入れよう