Displaying 2 results from an estimated 2 matches for "ggg1a".
Did you mean:
ggg
2010 Jul 07
3
how to process this in R
...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 the xxxxx_ggg_yyyyy_1.txt file, it shouls looks like:
name count
1. aaa 100
2. bbb...
2010 Jul 07
1
Batch files process and String parsing
...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 the xxxxx_ggg_yyyyy_1.txt file, it shouls looks like:
name count
1. aaa 100
2. bbb 2000...