Skip to content

Instantly share code, notes, and snippets.

@Malsasa
Created June 29, 2013 16:44
Show Gist options
  • Save Malsasa/5891797 to your computer and use it in GitHub Desktop.
Save Malsasa/5891797 to your computer and use it in GitHub Desktop.
{
for(i=1; i<=NF; i++){
if($i ~ /^[[:digit:]]+/)
print $i
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment