I have a folder that contains a bunch of files:
event_file1
event_file2
event_file3
day_monday
day_tuesday
I want to create a subfolder called "event", remove the "event_" from the filenames, and place the 3 files (file1, file2, and file3) into the newly created "event" folder.
I'd also like to do the same thing with the two day files and any other matching files in the folder.
How would I go about automating such a thing?