Skip to content

Instantly share code, notes, and snippets.

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