Skip to content

Instantly share code, notes, and snippets.

@leberblock
Created March 11, 2010 17:22
Show Gist options
  • Save leberblock/329381 to your computer and use it in GitHub Desktop.
Save leberblock/329381 to your computer and use it in GitHub Desktop.
awk: change value in column
awk 'BEGIN{OFS=FS="|"}$250=="3"{$250="0"}{print}' ~/Desktop/10744007_imp.txt > ~/Desktop/10744007_imp_fixed.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment