Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created June 6, 2013 03:10
Show Gist options
  • Select an option

  • Save ytkhs/5719045 to your computer and use it in GitHub Desktop.

Select an option

Save ytkhs/5719045 to your computer and use it in GitHub Desktop.
拡張子を一括で変更する
# ctp -> tpl の例
$ for nm in *.ctp; do git mv $nm ${nm%.ctp}.tpl; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment