Skip to content

Instantly share code, notes, and snippets.

@Twwy
Last active August 29, 2015 14:12
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 Twwy/b786e437a99c921f645f to your computer and use it in GitHub Desktop.
Save Twwy/b786e437a99c921f645f to your computer and use it in GitHub Desktop.

含空格字符串转多行

awk '{for(i=1;i<=NF;i++) print $i}'

某两个字段比较

awk '{if ($3!=$4) print "ok"$0 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment