A simple way to move many files in a bash environment.
Just put the text below in your .bash_profile file:
alias move_files='ruby path/to/FileMover/file_mover.rb'
Then, type in 'move_files' in your command terminal. The program should start!
Have fun!
When the program prompts you for a file name pattern, you can use either a string or regex.