https://harelba.github.io/q/
One example from that page:
ps -ef | q -H "SELECT UID,COUNT(*) cnt FROM - GROUP BY UID ORDER BY cnt DESC LIMIT 3"
https://harelba.github.io/q/
One example from that page: