I need to go through subdirectories of a directory /home/userName/ and find the files whose names begin with SY101 and their extension is .csv and transfer those files to another server. My question is how do I loop through subdirectories and keep looking for the files?
|
feedback
|
|
You could do several things, this is probably the most efficient, but I dont know anything about the size of your files and your link between servers, but let me try:
This is going to copy the files to your home on the other server. Please note the full path will be transfered. | |||||||
feedback
|
|
Something like this might work for you:
This will reproduce the directory hierarchy of the source on the destination. | |||
|
feedback
|