Ask HN: What's your favorite command-line tool for working with data?
In order to gain a better overview of what's available, I thought it'd be nice to ask on HN what your favorite tools are to work with data. Many new tools have been developed in the past year, but your favorite one may just be 10 years old. You may think that I'm too late with this question because the book is already finished, but fortunately the book also discusses the underlying concepts which haven't changed too much in the past forty years.
I'm very much looking forward to hearing about your favorite command-line tools. Bonus points if you reply in CSV format "command,url,reason\n", so I can easily scrape the comments :)
Thanks!
PS. For those who are interested, next Wednesday, I'll be doing a webcast about this topic [3], where I might share the outcome of this discussion.
[1] https://news.ycombinator.com/item?id=6412190
[2] http://shop.oreilly.com/product/0636920032823.do
[3] http://www.oreilly.com/pub/e/3115
16 comments
[ 2.4 ms ] story [ 42.4 ms ] threadhttp://stedolan.github.io/jq/
[1] http://xmlstar.sourceforge.net
[2] http://xml-coreutils.sourceforge.net
[1] https://news.ycombinator.com/item?id=6412190
[2] http://shop.oreilly.com/product/0636920032823.do
[3] http://www.oreilly.com/pub/e/3115
cat is almost always a bad start to a pipe chain, which has come to be called "UUOC":
https://en.wikipedia.org/wiki/Cat_%28Unix%29#Useless_use_of_...
Python with pandas, http://pandas.pydata.org/ , If I need HDF5 or time series
ffmpeg, ffmpeg.org, If I'm generating animations
* I look forward to your book :)
It just prints the first `head` line and then random few rows instead of the top few. For me this is nicer than looking at the top 5 lines every time. I'm peeping at different parts of the table and thus gradually getting acquainted with it.
http://www.drbunsen.org/explorations-in-unix/
(might have also made it to HN)
[xtopdf] PDFWriter can create PDF from standard input:
http://jugad2.blogspot.in/2013/12/xtopdf-pdfwriter-can-creat...
It needs xtopdf and ReportLab (use v1.17) and Python (use 2.2 or higher).
Online overview of xtopdf: http://slid.es/vasudevram/xtopdf
xtopdf on Bitbucket:
https://bitbucket.org/vasudevram/xtopdf