I have a growing folder of screenshots that is now at a size where I’ll need a script to organise them. The upside of doing this as a script is that I can take my sweet time — these files are for archival — and should process a folder of any size.
Basically, the files are all in the format $DATE_$TIME A B, and I need files to be moved into folders labelled according to everything after the first whitespace.
Should be simple enough as a bash script. Will probably need to read up a bit on sed or one of its relatives.