Created
June 6, 2013 03:10
-
-
Save ytkhs/5719045 to your computer and use it in GitHub Desktop.
拡張子を一括で変更する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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