I have multiple files named
01 - a.txt
, 02 - b.txt
, 03 - c.txt
etc. I want to remove the initial number and the dash to have all files named like a.txt
, b.txt
, c.txt
. I'm not good with bash so I would be extremely thankful for some help.
Many thanks!