I've got files in a bunch of subdirectories, and I'd like to flatten them out and move them all to the current directory.
I found this question, but adapting the answer to:
mv * .
didn't work. I just got a lot of warnings looking like:
mv: wil and ./wil are identical
Can anyone help?
I know the files all have unique names, if that helps.
