I have a folder with a series of files named:
prefix_1234_567.png prefix_abcd_efg.png
I\'d like to batch remove one underscore and
Using mmv
mmv
mmv '*_*_*' '#1_#3' *.png