Skip to content

Instantly share code, notes, and snippets.

@Cfeusier
Created September 12, 2015 16:47
Show Gist options
  • Save Cfeusier/6c356bb60ea91168a594 to your computer and use it in GitHub Desktop.
Save Cfeusier/6c356bb60ea91168a594 to your computer and use it in GitHub Desktop.
# command
sed -n '/console.log/{=;p;}' 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