Skip to content

Instantly share code, notes, and snippets.

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 paveljasek/174830323a19c857265d56a15bb7a870 to your computer and use it in GitHub Desktop.
Save paveljasek/174830323a19c857265d56a15bb7a870 to your computer and use it in GitHub Desktop.
# case insensitive string replace of BRAND to BRAND_XXX
# also creates a backup file
sed -i.bak s/[bB][rR][aA][nN][dD]/BRAND_XXX/g overlapping.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment