Skip to content

Instantly share code, notes, and snippets.

@mcjwsk
Created July 23, 2015 08:47
Show Gist options
  • Save mcjwsk/48e36eaabb1c03004ee9 to your computer and use it in GitHub Desktop.
Save mcjwsk/48e36eaabb1c03004ee9 to your computer and use it in GitHub Desktop.
awk -F',' -v OFS=',' '$25 ~ /3/ { $25 = "2"; }1' file.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment