Advertisement
Guest User

Untitled

a guest
Feb 9th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. cat otos.txt | cut -d ',' -f 12- | perl -nle '$c=0; $c++ while ($_ =~ m/\b(1|2|3|4|5),/g); print $_ if $c>2;'  | grep -F -f - otos.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement