Skip to content

Instantly share code, notes, and snippets.

@rhee
Last active October 8, 2018 12:58
Show Gist options
  • Save rhee/b7921c2dc6f45183f350 to your computer and use it in GitHub Desktop.
Save rhee/b7921c2dc6f45183f350 to your computer and use it in GitHub Desktop.
안드로이드 앱을 통해 생성한 Gist
for /f "delims=*" %l in (test.txt) do for /f "delims=, tokens=1,2" %a in ("%l") do echo rename %b %a_%b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment