Skip to content

Instantly share code, notes, and snippets.

@Cfeusier
Created September 12, 2015 16:52
Show Gist options
  • Save Cfeusier/8574de6985468da61445 to your computer and use it in GitHub Desktop.
Save Cfeusier/8574de6985468da61445 to your computer and use it in GitHub Desktop.
# command
grep -n console.log example.js
# output
1: console.log(hey there);
8: console.log(msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment