Displaying 2 results from an estimated 2 matches for "xxxxx_ggg_yyyyy_1".
2010 Jul 07
3
how to process this in R
...bbb 2000
3. ccc 300
4. ddd 3000
........
more that 1000 rows in each files.
these are 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 else...
2010 Jul 07
1
Batch files process and String parsing
...100
2. bbb 2000
3. ccc 300
4. ddd 3000
........
more that 1000 rows in each files.
these are 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 sho...