Hi All,
I need shell script to copy the files ‘.txt’, ‘.csv’ from one path, capture the path to create same path folders and paste the files into newly created path in linux.
example:
there are 10k files with different formats.
- need sheel script to copy all ‘.txt’, ‘.csv’ files from /u01/proj/sales/subject1/ path
- create same folder path in /u01/sales/subject1 and save those ‘.txt’ & ‘.csv’ files.
Thanks,