Submission timeline
2007–2026One 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 orderI 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.
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/
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
- Total points
- 1039
- Total comments
- 534
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2016-06-27 | Unix moreutils | raldu | 4 | 0 |
| 2016-07-02 | moreutilsFirst breakout | JoshTriplett | 154 | 56 |
| 2018-12-27 | Moreutils Unix utilities | vram22 | 3 | 0 |
| 2020-08-22 | Moreutils – Unix tools that nobody thought to write (2012) | pmoriarty | 266 | 220 |
| 2022-04-15 | Moreutils: A collection of Unix tools that nobody thought to write long agoHall induction · Best thread · Latest 20+ point return | escot | 612 | 258 |
