Skip to content

Instantly share code, notes, and snippets.

@msalihkocak
Created November 30, 2018 15:03
Show Gist options
  • Save msalihkocak/1db9474b55b24d933fd92fc2a7efe2fb to your computer and use it in GitHub Desktop.
Save msalihkocak/1db9474b55b24d933fd92fc2a7efe2fb to your computer and use it in GitHub Desktop.
find . -name "*.swift" -print0 | xargs -0 wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment