how to find list of files file name starts with All_Responses_11367*.txt
and copy total files to another directory in unix command
I want to find list of files starting with All_Responses_11367 and copy
those files to another directory.
for example...like below for each day i have 40 files and need to copy for
last 80 days files.
All_Responses_11367_8_20_2013.txt
All_Responses_11368_8_20_2013.txt
All_Responses_11369_8_20_2013.txt
All_Responses_11367_8_21_2013.txt
All_Responses_11368_8_21_2013.txt
All_Responses_11369_8_21_2013.txt
All_Responses_11367_8_22_2013.txt
All_Responses_11368_8_22_2013.txt
All_Responses_11369_8_22_2013.txt
my request is to copy one same files for all dates at a time.
All_Responses_11367_8_20_2013.txt
All_Responses_11367_8_21_2013.txt
All_Responses_11367_8_22_2013.txt
Pl help
No comments:
Post a Comment