I found this solution after googling here but I was horrified: too complicated solution. I am pretty sure some cp -versions have flags for this or just simple find will do. So how do you copy files, not directory structure, in Unix?
I found this solution after googling here but I was horrified: too complicated solution.
Share
I would use
find, cannot find a flag in my GNU Coreutils 8.5cpabout not-preserving directory-structure. Anyway the one-liner: