I have a csv, like this (no headers):
a1 b1 3
a2 b2 5
a3 b3 8
I want to get all rows, where values in last column is >4
. How can I do that?
P.S. This is why this is not duplicated question - in the link above columns are named, my columns are unnamed.