moreutils

Collection of useful Unix utilities for text processing and file manipulation

brewmacoslinux
Try with needOr install directly
Source

About

Collection of tools that nobody wrote when UNIX was young

Commands

spongemoreutilsvidirvipeisutf8tschronicparallelcombineerrnoifnelckdopeezrun

Examples

Use sponge to safely edit a file in-place$ cat file.txt | sed 's/old/new/g' | sponge file.txt
Use ts to add timestamps to piped output$ cat logfile.txt | ts '[%Y-%m-%d %H:%M:%S]'
Use vidir to edit file names in a directory$ vidir /path/to/directory