Any suggestions on how I should approach this please? I need to move all files in a directory and change their names removing everything before and including the first '_' eg:
Example Before:
data directory
DT21_Filename1
D22_Filename2
D33_Filename3
export_data directory Example After:
Filename1
Filename2
Filename3