Skip to content

Instantly share code, notes, and snippets.

@thiagovsk
Created January 11, 2018 16:35
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 thiagovsk/7a301cc9d12074b917a57b1856ee01fa to your computer and use it in GitHub Desktop.
Save thiagovsk/7a301cc9d12074b917a57b1856ee01fa to your computer and use it in GitHub Desktop.
remove lines with ag and sed
ag 'publish_notification' -0 -l $1 | xargs -0 sed -i '/publish_notification/d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment