Skip to content

Instantly share code, notes, and snippets.

@sipadan2003
Created January 20, 2020 08:44
Show Gist options
  • Save sipadan2003/57328f2d0081a05e45b3207718699d8f to your computer and use it in GitHub Desktop.
Save sipadan2003/57328f2d0081a05e45b3207718699d8f to your computer and use it in GitHub Desktop.
BEGIN { FS="\t" }
{
if(NR > 1){
if($2!="" && $4!="" && $5!=""){
printf "%d\n", (NR-1)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment