I have lots of files in a folder but they all start with a line of numbers and are separated from the actual file name by a "_"
For example:
123123123_filename.txt
456456456_filename2.txt
789789789_filename3.txt
I imagine you can run some sort of command so that it removes the characters before the " _ " and the "_" itself.
Any help is greatly appreciated!