Skip to content

Instantly share code, notes, and snippets.

@SaulG
Created February 14, 2013 15:21
#!/usr/bin/awk -f
{
if ($4 == seleccionado) {
print $0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment