Hacker News new | ask | show | jobs
by villeez 2608 days ago
I also have always admired the old unix tools after learning how to use them. When working with big data files, it is super fast to get going by using cat, grep, sed, awk, cut and wc. As an alternative to using some editor and manually doing searches over data, the commands bring huge performance gain.