Let’s say I have this:
myfiles/stuff/things/whatever.txt
I want to move everything in the “things” directory to the “stuff” directory without listing each file one at a time. In my example, I have 1 file, but in real life, I have 1000 files.
Any suggestions?