Hacker News new | ask | show | jobs
by kbenson 3950 days ago
I'll just mention fsql[1] here as my favorite of the multiple programs available to query and manipulate different data formats. While more complex, as it requires SQL, that's also the reason I like it. In all the cases where I've had moderately sized lists of items and was tempted to stick them into a DB, fsql makes the job easier.

I want to check out rei though, as it looks like for some common tasks it could be much easier to use. It might make a good addition to my toolkit for the simpler cases.

1: https://metacpan.org/pod/distribution/App-fsql/bin/fsql

1 comments

I hadn't heard of fsql, but I did recently find q[1]. If anyone has experience with both, I'd be interested to hear if one does its job better than the other.

1: http://harelba.github.io/q/