Skip to content

Instantly share code, notes, and snippets.

@penghou620
Created February 24, 2015 15:22
Show Gist options
  • Save penghou620/909d3b9778e6e504e7de to your computer and use it in GitHub Desktop.
Save penghou620/909d3b9778e6e504e7de to your computer and use it in GitHub Desktop.
AWK Snippet
awk -F\t 'NR!=1 {printf "%s\t%s\t%s\t%s\n", $1,$2,$3,$16}' OFS="\t" 1.txt | node piping.js &> /tmp/r1.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment