HN Hall of Fame Weekly email

Moreutils: A collection of Unix tools that nobody thought to write long ago

Screenshot of joeyh.name captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 4 calendar years, with breakout response in 3 of them.

submissions
5
submitters
5
observed span
2016–2022
peak thread · 258 comments
612 pts
latest 20+ return · 2022-04-15
612 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

I find sponge really useful. Have you ever wanted to process a file through a pipeline and write the output back to the file? If you do it the naive way, it won’t work, and you’ll end up losing the contents of your file: awk '{do_stuff()}' myfile.txt | sort -u | column --table > myfile.txt The shell will truncate myfile.txt before awk (or whatever command) has a chance to read it. So you can use sponge instead, which waits until…

Nice collection of quite useful tools. Some of these can be easily replicated by using a more modern shell (bash, zsh) like mispipe, others are just shortcuts (e.g. ifne, chronic). But what immediately stood out to me is `vidir`. I really like the idea of editing file names with an editor. Using loops and regex in a shell for mass renaming can be a mess. It should be way easier with `vim`. This tool made me install moreutils.

jfreax·266-point thread·

This is a pretty good collection of small utilities but I would recommend using GNU Parallel[0] instead of the included parallel. It contains a ton of extremely useful additional features such as distributing jobs to remote computers. [0]: https://www.gnu.org/software/parallel/

Koahku·154-point thread·

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
3

100+ points or 50+ comments

Total points
1039

reference only — not used in Hall rules or ranking

Total comments
534

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2016-06-27Unix moreutilsraldu40
2016-07-02moreutilsFirst breakoutJoshTriplett15456
2018-12-27Moreutils Unix utilitiesvram2230
2020-08-22Moreutils – Unix tools that nobody thought to write (2012)pmoriarty266220
2022-04-15Moreutils: A collection of Unix tools that nobody thought to write long agoHall induction · Best thread · Latest 20+ point returnescot612258