Skip to content

Instantly share code, notes, and snippets.

@Cfeusier
Last active September 12, 2015 16:45
Show Gist options
  • Save Cfeusier/90c19922ad0ae8f65f99 to your computer and use it in GitHub Desktop.
Save Cfeusier/90c19922ad0ae8f65f99 to your computer and use it in GitHub Desktop.
# command
sed -n '/console.log/'p example.js
# output
console.log(hey there);
console.log(msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment