Skip to content

Instantly share code, notes, and snippets.

@shiwork
Created June 16, 2013 17:41
Show Gist options
  • Save shiwork/5792786 to your computer and use it in GitHub Desktop.
Save shiwork/5792786 to your computer and use it in GitHub Desktop.
検索条件とrename
find ./ -mtime +10 -name "*.m2t" -print0 | xargs -0 -I% rename .m2t .ts %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment