Skip to content

Instantly share code, notes, and snippets.

@mg
Created January 25, 2015 21:25
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 mg/c2d46e9267dd832797c9 to your computer and use it in GitHub Desktop.
Save mg/c2d46e9267dd832797c9 to your computer and use it in GitHub Desktop.
Unix commands
# go sloc
find . -name "*.go" | grep -v test.go | xargs wc -l | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment