Move, copy, append, and link multiple files with pattern matching
Move, copy, append, and link multiple files
mmv
$ mmv '*.txt' '#1.bak'
$ mmv -c 'file_*.log' '/backup/file_#1.log'
$ mmv 'src/*.c' 'dest/#1.c'