Skip to content

Instantly share code, notes, and snippets.

@shiwork
Created January 22, 2014 17:24
Show Gist options
  • Save shiwork/8563016 to your computer and use it in GitHub Desktop.
Save shiwork/8563016 to your computer and use it in GitHub Desktop.
tsファイルまとめて削除
find ./ -mtime +10 -name "*.ts" -type f -maxdepth 1 | xargs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment