Last active
May 29, 2016 04:23
-
-
Save nishinoshake/bfda0a91813cde940588 to your computer and use it in GitHub Desktop.
awkで一括リネーム
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
ls | awk '{printf "mv %s test%d.png\n", $0, NR-1}' | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment