The title explains what I am after. Note that the sub directories won't contain any directories only files (*.JPG). Essentially, just moving everything up one level in the file tree.
For example, from ~/someDir/folder1/*
, ~/someDir/folder2/*
, ... , ~/someDir/folderN/*
. I want all of the contents of the sub directories brought up to ~/someDir/
.