Skip to content

Instantly share code, notes, and snippets.

@DavidPesticcio
Created May 31, 2018 18:55
Show Gist options
  • Save DavidPesticcio/04582d0802a630df5ff5e83318a6942b to your computer and use it in GitHub Desktop.
Save DavidPesticcio/04582d0802a630df5ff5e83318a6942b to your computer and use it in GitHub Desktop.
AWK: One-liners
sed -r "/$EXCLUDING_PATTERN_1|$EXCLUDING_PATTERN_2/!s/$FIND_STRING/$REPLACE_STRING/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment