Skip to content

Instantly share code, notes, and snippets.

@cloudsben
Created October 17, 2012 08:24
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 cloudsben/3904390 to your computer and use it in GitHub Desktop.
Save cloudsben/3904390 to your computer and use it in GitHub Desktop.
awk
cat new_fix_click.txt|awk '/^[0-9 ]+$/ {print "call fix_click("$1","$2");"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment