我想查找以开头的文件列表All_Responses_11367
并将这些文件复制到另一个目录。例如,我每天有 40 个文件,需要复制过去 80 天的文件:
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
我想一次为所有日期复制一个相同的文件。
All_Responses_11367_8_20_2013.txt
All_Responses_11367_8_21_2013.txt
All_Responses_11367_8_22_2013.txt
我只想要按文件名列出的最后 77 个日期文件,其中包含一个日期。我想要按文件名而不是文件生成日期的最后 77 天文件。我怎样才能做到这一点?