ibraheemdev / modern-unix

A collection of modern/faster/saner alternatives to common unix commands.
30.59k stars 775 forks source link

Proposal: remv #81

Open dertuxmalwieder opened 2 years ago

dertuxmalwieder commented 2 years ago

dertuxmalwieder/remv is an alternative to mv that does recursive renaming with regular expressions (remv = regex move) and a preview mode.

slavaGanzin commented 2 years ago

This is standard Unix belt: https://man7.org/linux/man-pages/man1/rename.1.html

Are there any features in renv you cannot do with rename?

dertuxmalwieder commented 2 years ago

From the man page:

The rename command is part of the util-linux package

So: