Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save StarWindMoonCloud/8a07c9f22062563ea431f19f9f57c21b to your computer and use it in GitHub Desktop.
Save StarWindMoonCloud/8a07c9f22062563ea431f19f9f57c21b to your computer and use it in GitHub Desktop.
awk -F "\t" '{ if($1 ~ /k82$/) {print $0}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment