Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Last active November 14, 2017 09:29
Show Gist options
  • Save verajosemanuel/72362486f4e73109b079d56551561055 to your computer and use it in GitHub Desktop.
Save verajosemanuel/72362486f4e73109b079d56551561055 to your computer and use it in GitHub Desktop.
#sed remove all before pattern in #bash #regex
sed -nr '/pattern/,$p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment