After using “wget -spyder” to download a directory index and all linked files, I noticed they ended up in 70 or 80 different directories on my local machine.
I found that using “find” and “mv” worked the best to round them up and put them in the root of the directory structure.
mikej@wdc01 ~/# find * -type f -exec mv {} . ;

October 16th, 2011
AfterDarkMike
Posted in
Tags:
good stuff….. Thanks
Impressive post.
I found this info beneficial
Thanks!
Great article! I have bookmarked it
Thanks
Can I provide you a suggestion about this article ? Would you mind ?
Not at all.
Cool solution. Keep the cool work going!
This site was a great help
Glad I could help!