Skip to content

Instantly share code, notes, and snippets.

@akm
Last active June 28, 2016 04:38
Show Gist options
  • Save akm/69b9f08102e5cd9ff602e496009f969c to your computer and use it in GitHub Desktop.
Save akm/69b9f08102e5cd9ff602e496009f969c to your computer and use it in GitHub Desktop.
MacでSJISのファイル群をgrepする ref: http://qiita.com/akm/items/ad5d917e6e3fa7890248
$ LANG=ja_JP.sjis grep -rn `echo 検索文字列 | nkf -s` . | nkf -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment