Skip to content

Instantly share code, notes, and snippets.

@alexbonhomme
Created March 13, 2016 15:53
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 alexbonhomme/697c59e621fa2d0ff3fa to your computer and use it in GitHub Desktop.
Save alexbonhomme/697c59e621fa2d0ff3fa to your computer and use it in GitHub Desktop.
# compte le nombre de lignes de tous les fichiers JavaScript de l'arborescence.
wc -l `find . -name "*.js"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment