Bash File Sorter
#!/bin/bash # This script only works specifically on files that follow a specific naming system. # It parses the first three letters after the first position and creates directories # using those three letters. It should then move the files… Continue Reading