Sample Header Ad - 728x90

Are there any "richer" alternatives to cp and mv (like bat to cat and exa to ls)?

4 votes
0 answers
939 views
ls has [exa](https://github.com/ogham/exa) . cat has [bat](https://github.com/sharkdp/bat) . I don't know of a direct alternative to rm, but it also has [rmtrash](https://github.com/PhrozenByte/rmtrash) . All of these can usually work as drop-in alias replacements, retaining usual function and options of their commands but also including additional options, better highlighting and formatting and better defaults. I still use the much more portable builtins in scripts, but richer commands make day-to-day shell use much more comfortable. Are there such alternatives to cp and mv? The main feature that comes to mind is a progress bar, but another one would be a better overview of the action in interactive mode, and I'm sure there are many more potential improvements.
Asked by Atai Ambus (43 rep)
Sep 9, 2021, 05:34 PM
Last activity: Sep 9, 2021, 06:44 PM