2 lines
139 B
Bash
2 lines
139 B
Bash
|
sqlite3 results.db "select * from p where api=\"ime\" and iteration<3 and access==\"write\" order by t,iteration" | column -s"|" -t | head
|