q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).
例如:q -d , "select c1 from ./a.csv where c1 > 300"
http://harelba.github.io/q/
例如:q -d , "select c1 from ./a.csv where c1 > 300"
http://harelba.github.io/q/