I have a directory containing N images, but each image is itself contained in a subdirectory, which is otherwise empty. It looks like this:
- Images
- Image1
- image1.jpg
- Image2
- image2.jpg
- Image3
- image3.jpg
- Image4
...etc
I would like to move it to a new directory that will contain only the images, like so:
- New Directory
- image1.jpg
- image2.jpg
- image3.jpg
...etc
Any help is greatly appreciated.