Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:23
Show Gist options
  • Save nishinoshake/bfda0a91813cde940588 to your computer and use it in GitHub Desktop.
Save nishinoshake/bfda0a91813cde940588 to your computer and use it in GitHub Desktop.
awkで一括リネーム
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