Displaying 2 results from an estimated 2 matches for "xxxx_aaa_yyyy".
2010 Jul 07
3
how to process this in R
...e areas i need help:
1. how can i only read in the files with the string patterns ggg or fff as
part of the file names?
for instance, I only need the file names with the ggg or fff in it
xxxxx_ggg_yyyyy_1.txt
yyyy_fff_yyyy_xxx.txt
i don't need to read in the files, such as xxxx_aaa_yyyy.txt
2.how cam rename the files:
for instance: xxxxx_ggg_yyyyy_1.txt======>changed to ggg1a.txt
3.after the files read in, how can i only keep the rows with the aaa and
bbb, everything elses show be removed from the files, but the files still
remain the same file name?
for instance,...
2010 Jul 07
1
Batch files process and String parsing
...re the areas i need help:
1. how can i only read in the files with the string patterns ggg or fff as
part of the file names?
for instance, I only need the file names with the ggg or fff in it
xxxxx_ggg_yyyyy_1.txt
yyyy_fff_yyyy_xxx.txt
i don't need to read in the files, such as xxxx_aaa_yyyy.txt
2.how cam rename the files:
for instance: xxxxx_ggg_yyyyy_1.txt======>changed to ggg1a.txt
3.after the files read in, how can i only keep the rows with the aaa and
bbb, everything elses show be removed from the files, but the files still
remain the same file name?
for instance, in...