Skip to content

Instantly share code, notes, and snippets.

@taross-f
Created October 5, 2018 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taross-f/121878135751a277ce1fc6e04a94e0e3 to your computer and use it in GitHub Desktop.
Save taross-f/121878135751a277ce1fc6e04a94e0e3 to your computer and use it in GitHub Desktop.
unzip, nkf, rename, zip
gunzip * && ls | xargs nkf -w --overwrite && ls | sed -e 'p;s/_s\.CSV/_s.UTF8\.CSV/' | xargs -n 2 mv && gzip *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment