can anyone help me with this...
I want to search for a list for files in a given directory and if it
exists copy them to destination directory
so what i am looking for is :
file = 'file1.txt'
source_director y = '/tmp/source/'
destination_dir ectory = '/tmp/destination/'
so If the file exists in source_director y cp that file to the
destination_dir ectory..
hope I am clear
I want to search for a list for files in a given directory and if it
exists copy them to destination directory
so what i am looking for is :
file = 'file1.txt'
source_director y = '/tmp/source/'
destination_dir ectory = '/tmp/destination/'
so If the file exists in source_director y cp that file to the
destination_dir ectory..
hope I am clear
Comment