in reply to Reaped: Re^8: partial matching of lines in perl
in thread partial matching of lines in perl
referring to the previous scenario if my input file has texts along with numbers and special characters then how this partial mismatching is done.
file1 contents: 1. Ram/is/going/reg[30] 2. he/is/coming/reg[31] 3. + what/goes/on/reg[32] file2 contents: 1. is/coming/reg[31] 2. on/reg[32] 3. try/to +/do/reg[65] output file contents: Ram/is/going/reg[30]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reaped: Re^8: partial matching of lines in perl
by hippo (Archbishop) on Jun 16, 2020 at 13:28 UTC | |
|
Re^2: Reaped: Re^8: partial matching of lines in perl
by AnomalousMonk (Archbishop) on Jun 16, 2020 at 16:18 UTC | |
|
Re^2: Reaped: Re^8: partial matching of lines in perl
by Sidd@786 (Initiate) on Jun 17, 2020 at 02:15 UTC | |
| |
| A reply falls below the community's threshold of quality. You may see it by logging in. |