Hacker News new | past | comments | ask | show | jobs | submit login

Don't join (https://en.wikipedia.org/wiki/Join_%28Unix%29), sed, and grep get you most of the way there?



Hi, I'm q's creator, Harel Ben-Attia.

The Linux toolset is really great, and I use it extensively. The whole idea of the tool is not to replace any of the existing tools, but to extend the toolset to concepts which treat text as data. In a way, it's a metatool which provides an easy and familiar way to add more data processing concepts to the linux toolset. There are many cases where I use 'wc -l' in order to count rows in a file, but if i need to count the rows of only the ones which have a specific column which is larger than the value X, or get the sum of some column per group, then q is a simple and readable way to do it properly, without any need for "tricks".

My rationale for creating it is also explained in the README of the github project.

Any more comments are most welcome.

Harel




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: