←back to thread

236 points lnyan | 2 comments | | HN request time: 0.421s | source
Show context
ElevenLathe ◴[] No.42198694[source]
See also vipe(1) from the wonderful moreutils: https://manpages.debian.org/stretch/moreutils/vipe.1.en.html
replies(1): >>42202348 #
1. edarchis ◴[] No.42202348[source]
Yes, moreutils has a lot to offer. vidir to quickly reorganize files and folders (even delete files), chronic to run commands silently... unless they fail, sponge to be able to pipe from a file and back to that file without a temporary one ts to add a timestamp to the ouput ...
replies(1): >>42204438 #
2. ElevenLathe ◴[] No.42204438[source]
I find myself using sponge, ts, and pee (tee for pipes: split stdin and send it to two or more different command lines) the most (and in that order).