Skip to content

Instantly share code, notes, and snippets.

@xiaom
Created February 7, 2014 18:49
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 xiaom/8869150 to your computer and use it in GitHub Desktop.
Save xiaom/8869150 to your computer and use it in GitHub Desktop.
regex and refactor
ack DataMode.OPTIONAL | awk 'BEGIN {FS =":"} {print $1}' | xargs sed -i "s/DataMode.OPTIONAL/DataMode.DM_OPTIONAL/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment