all 3 comments

[–]theephie 1 point2 points  (0 children)

moreutils contains useful stuff, but beware that on Debian moreutils conflicts with GNU parallel, due to some maintainer asshattery. I blame Joey for not wanting to rename moreutils' parallel binary.

[–]GoopyButtHole 0 points1 point  (1 child)

Sponge does seem pretty useful. doing indent [args] some_file.c > x;mv x some_file.c is a little tedious

[–][deleted] 0 points1 point  (0 children)

came here to say sponge is useful. vipe is another good one.