Moreutils https://joeyh.name/code/moreutils/ is a collection of tools that should have been part of coreutils, but aren't
My favorite ones are sponge and vidir for doing naughty things to files with standard utilities without need of mv tmpfile file and for rapid manipulation of file/directory tree.
Moreutils https://joeyh.name/code/moreutils/ is a collection of tools that should have been part of coreutils, but aren't
My favorite ones are
spongeandvidirfor doing naughty things to files with standard utilities without need ofmv tmpfile fileand for rapid manipulation of file/directory tree.