search for: output01102007

Displaying 1 result from an estimated 1 matches for "output01102007".

2007 Dec 17
2
Must be obvious but not to me : problem with regular expression
...a vector called nfichiers of 138 names of file whose extension is .P0 or P1 ... to P8. The script is not the same when the extension is P0 or P(1 to 8). Examples of file names : [128] "Output0.P0" [129] "Output0.P1" [130] "Output0.P2" [131] "Output01102007.P0" [132] "Output01102007.P1" [133] "Output01102007.P2" [134] "Output01102007.P3" [135] "Output01102007.P4" To extract the names of file with .P0 extension I wrote : nfichiers[grep(".P0", nfichiers)] For the other extensions : nfichiers[grep(...