Created
May 31, 2018 18:55
-
-
Save DavidPesticcio/04582d0802a630df5ff5e83318a6942b to your computer and use it in GitHub Desktop.
AWK: One-liners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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