Last active
February 11, 2020 15:52
-
-
Save bisignam/1435752162341ef76942064dda55fdca 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
cat gun_to_change.csv | awk -F ',' '{print "update t_company set gun_number = \x27"$3"\x27 where gun_number = \x27"$2"\x27;" }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment