Skip to content

Instantly share code, notes, and snippets.

@PharaohKJ
Created September 16, 2016 13:38
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 PharaohKJ/840ea7041266b5c84164191ab3d78a24 to your computer and use it in GitHub Desktop.
Save PharaohKJ/840ea7041266b5c84164191ab3d78a24 to your computer and use it in GitHub Desktop.
TARGET=`echo -n 直線 | ruby -ne '$_.codepoints { |cp| $stdout << "\\\\\\\\u" << cp.to_s(16) }'` ; find . -name '*.properties'|xargs grep $TARGET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment