Hacker News new | ask | show | jobs
by 29athrowaway 1287 days ago
Your friends

- grep (or ripgrep), sort, uniq, head, tail, cut, colrm, tr

- diff

- jq

- bat

- ministat

- less, more, percol

- Facebook Path Picker (fpp)

2 comments

One of my favorites that I don't see used enough is:

    watch -d -n $INT
Watch for delta changes in interval.

I have lots of bad habits on the cli I should correct, now I'm feeling guilty after reading all the comments.

jless for JSON is very good.