I have a folder called "employee" and within that folder there are sub-folders with each employee name.
employee
>> amar
>> akbar
>> anthony
Each of these folders contain 1 or 2 files. There are around 50 employees. I want to copy all those files into a new folder "/home/employee_files" without the sub-folders. In other words, all the files should be available when I list "ls /home/employee_files"