Created
July 23, 2015 08:47
-
-
Save mcjwsk/48e36eaabb1c03004ee9 to your computer and use it in GitHub Desktop.
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
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