Skip to content

Instantly share code, notes, and snippets.

@tknr
Created June 13, 2017 06:36
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 tknr/395c7ae69ae107750fcb86a6b51da82b to your computer and use it in GitHub Desktop.
Save tknr/395c7ae69ae107750fcb86a6b51da82b to your computer and use it in GitHub Desktop.
rename zenkaku alphabet to hankaku alphabet
export IFS=$'\n';for filename in `ls -1`;do mv -v ${filename} `echo ${filename}|nkf -m0Z1 -W -w`;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment