Skip to content

Instantly share code, notes, and snippets.

@uiur
Created November 28, 2013 05:53
Show Gist options
  • Save uiur/7687803 to your computer and use it in GitHub Desktop.
Save uiur/7687803 to your computer and use it in GitHub Desktop.
perlのメソッド取り出すやつ
git gr -E 'sub .+\{' Hoge.pm | cut -d':' -f 2 | awk '{ print $2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment