Skip to content

Instantly share code, notes, and snippets.

@ssoper
Created March 23, 2015 16:24
Show Gist options
  • Save ssoper/5bb625f411a05dcf6315 to your computer and use it in GitHub Desktop.
Save ssoper/5bb625f411a05dcf6315 to your computer and use it in GitHub Desktop.
Recursive word count
#!/usr/bin/env bash
grep '' -IR . | wc -w
@mvabl-steve
Copy link

THANK YOU!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment