in reply to Re: path is broken
in thread path is broken
So I pickup file name using reglar expression. My problem is when it breaks into two lines, likeModule: /org/trans/program files/dir1 /dir2/file1.cpp some flags some history
In this case how to write my regular expression? I do not know in which line filename in a file breaks into two lines. The file I read is a big file and I can not keep into memory. Thanks again to you all. I am learning a lot. AshokModule: /org/trans/program files/dir1/subdir1/subdir2/file1.cpp some flags some history
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (lemming) Re: path is broken
by lemming (Priest) on Dec 07, 2000 at 10:50 UTC | |
|
Re: Re: Re: path is broken
by kilinrax (Deacon) on Dec 07, 2000 at 16:53 UTC |