Skip to content

Instantly share code, notes, and snippets.

@lporras
Created September 30, 2011 19:16
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 lporras/1254714 to your computer and use it in GitHub Desktop.
Save lporras/1254714 to your computer and use it in GitHub Desktop.
some useful bash scripts
find trailing spaces
--------------------
grep -R -E "^[[:space:]]+$" * -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment