Note that there are some explanatory texts on larger screens.

plurals
  1. POAwk code to select multiple patterns
    primarykey
    data
    text
    <p>This is my input file, say modified.txt</p> <pre><code>------------------------------------------------------------------------ r4544 | n479826 | 2012-08-28 07:12:33 -0400 (Tue, 28 Aug 2012) | 1 line Changed paths: M /branches/8.6.0/conf/src/main/config/RTSConfig.xml CET-402: some text comment ------------------------------------------------------------------------ r4550 | n479826 | 2012-09-04 05:51:29 -0400 (Tue, 04 Sep 2012) | 1 line Changed paths: M /branches/8.6.0/conf/src/main/config/RTSConfig.xml M /branches/8.6.0/conf/src/main/config/base.cfg M /branches/8.6.0/conf/src/main/config/prod.cfg M /branches/8.6.0/conf/src/main/config/qa.cfg M /branches/8.6.0/conf/src/main/config/uat.cfg CET-438: some text comment </code></pre> <p>My output should be like:</p> <pre><code>r4544 | n479826 | 2012-08-28 07:12:33 | /branches/8.6.0/conf/src/main/config/RTSConfig.xml r4550 | n479826 | 2012-09-04 05:51:29 | /branches/8.6.0/conf/src/main/config/RTSConfig.xml r4550 | n479826 | 2012-09-04 05:51:29 | /branches/8.6.0/conf/src/main/config/base.cfg r4550 | n479826 | 2012-09-04 05:51:29 | /branches/8.6.0/conf/src/main/config/prod.cfg r4550 | n479826 | 2012-09-04 05:51:29 | /branches/8.6.0/conf/src/main/config/qa.cfg r4550 | n479826 | 2012-09-04 05:51:29 | /branches/8.6.0/conf/src/main/config/uat.cfg </code></pre> <p>the input file is a sample svn-log file. I want to filter all modified (M) files with their respective credentials. Can someone help with some sample code. Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload