Home | History | Annotate | Line # | Download | only in agrep
exitstatus.ok revision 1.1
      1  1.1  agc #### TEST: agrep  this-will-be-found exitstatus.in
      2  1.1  agc this-will-be-found
      3  1.1  agc 
      4  1.1  agc Exit status 0.
      5  1.1  agc #### TEST: agrep  this-will-be-found < exitstatus.in
      6  1.1  agc this-will-be-found
      7  1.1  agc 
      8  1.1  agc Exit status 0.
      9  1.1  agc #### TEST: agrep -c this-will-be-found exitstatus.in
     10  1.1  agc 1
     11  1.1  agc 
     12  1.1  agc Exit status 0.
     13  1.1  agc #### TEST: agrep -c this-will-be-found < exitstatus.in
     14  1.1  agc 1
     15  1.1  agc 
     16  1.1  agc Exit status 0.
     17  1.1  agc #### TEST: agrep -H this-will-be-found exitstatus.in
     18  1.1  agc exitstatus.in:this-will-be-found
     19  1.1  agc 
     20  1.1  agc Exit status 0.
     21  1.1  agc #### TEST: agrep -H this-will-be-found < exitstatus.in
     22  1.1  agc (standard input):this-will-be-found
     23  1.1  agc 
     24  1.1  agc Exit status 0.
     25  1.1  agc #### TEST: agrep -l this-will-be-found exitstatus.in
     26  1.1  agc exitstatus.in
     27  1.1  agc 
     28  1.1  agc Exit status 0.
     29  1.1  agc #### TEST: agrep -l this-will-be-found < exitstatus.in
     30  1.1  agc (standard input)
     31  1.1  agc 
     32  1.1  agc Exit status 0.
     33  1.1  agc #### TEST: agrep -n this-will-be-found exitstatus.in
     34  1.1  agc 1:this-will-be-found
     35  1.1  agc 
     36  1.1  agc Exit status 0.
     37  1.1  agc #### TEST: agrep -n this-will-be-found < exitstatus.in
     38  1.1  agc 1:this-will-be-found
     39  1.1  agc 
     40  1.1  agc Exit status 0.
     41  1.1  agc #### TEST: agrep -s this-will-be-found exitstatus.in
     42  1.1  agc 0:this-will-be-found
     43  1.1  agc 
     44  1.1  agc Exit status 0.
     45  1.1  agc #### TEST: agrep -s this-will-be-found < exitstatus.in
     46  1.1  agc 0:this-will-be-found
     47  1.1  agc 
     48  1.1  agc Exit status 0.
     49  1.1  agc #### TEST: agrep -M this-will-be-found exitstatus.in
     50  1.1  agc this-will-be-found
     51  1.1  agc 
     52  1.1  agc Exit status 0.
     53  1.1  agc #### TEST: agrep -M this-will-be-found < exitstatus.in
     54  1.1  agc this-will-be-found
     55  1.1  agc 
     56  1.1  agc Exit status 0.
     57  1.1  agc #### TEST: agrep --show-position this-will-be-found exitstatus.in
     58  1.1  agc 0-18:this-will-be-found
     59  1.1  agc 
     60  1.1  agc Exit status 0.
     61  1.1  agc #### TEST: agrep --show-position this-will-be-found < exitstatus.in
     62  1.1  agc 0-18:this-will-be-found
     63  1.1  agc 
     64  1.1  agc Exit status 0.
     65  1.1  agc #### TEST: agrep --color this-will-be-found exitstatus.in
     66  1.1  agc [01;31mthis-will-be-found[00m
     67  1.1  agc 
     68  1.1  agc Exit status 0.
     69  1.1  agc #### TEST: agrep --color this-will-be-found < exitstatus.in
     70  1.1  agc [01;31mthis-will-be-found[00m
     71  1.1  agc 
     72  1.1  agc Exit status 0.
     73  1.1  agc #### TEST: agrep -H -n -s --color --show-position this-will-be-found exitstatus.in
     74  1.1  agc exitstatus.in:1:0:0-18:[01;31mthis-will-be-found[00m
     75  1.1  agc 
     76  1.1  agc Exit status 0.
     77  1.1  agc #### TEST: agrep -H -n -s --color --show-position this-will-be-found < exitstatus.in
     78  1.1  agc (standard input):1:0:0-18:[01;31mthis-will-be-found[00m
     79  1.1  agc 
     80  1.1  agc Exit status 0.
     81  1.1  agc #### TEST: agrep  -v this-will-be-found exitstatus.in
     82  1.1  agc so will this
     83  1.1  agc just some stuff
     84  1.1  agc 
     85  1.1  agc Exit status 0.
     86  1.1  agc #### TEST: agrep  -v this-will-be-found < exitstatus.in
     87  1.1  agc so will this
     88  1.1  agc just some stuff
     89  1.1  agc 
     90  1.1  agc Exit status 0.
     91  1.1  agc #### TEST: agrep -c -v this-will-be-found exitstatus.in
     92  1.1  agc 2
     93  1.1  agc 
     94  1.1  agc Exit status 0.
     95  1.1  agc #### TEST: agrep -c -v this-will-be-found < exitstatus.in
     96  1.1  agc 2
     97  1.1  agc 
     98  1.1  agc Exit status 0.
     99  1.1  agc #### TEST: agrep -H -v this-will-be-found exitstatus.in
    100  1.1  agc exitstatus.in:so will this
    101  1.1  agc exitstatus.in:just some stuff
    102  1.1  agc 
    103  1.1  agc Exit status 0.
    104  1.1  agc #### TEST: agrep -H -v this-will-be-found < exitstatus.in
    105  1.1  agc (standard input):so will this
    106  1.1  agc (standard input):just some stuff
    107  1.1  agc 
    108  1.1  agc Exit status 0.
    109  1.1  agc #### TEST: agrep -l -v this-will-be-found exitstatus.in
    110  1.1  agc exitstatus.in
    111  1.1  agc 
    112  1.1  agc Exit status 0.
    113  1.1  agc #### TEST: agrep -l -v this-will-be-found < exitstatus.in
    114  1.1  agc (standard input)
    115  1.1  agc 
    116  1.1  agc Exit status 0.
    117  1.1  agc #### TEST: agrep -n -v this-will-be-found exitstatus.in
    118  1.1  agc 2:so will this
    119  1.1  agc 3:just some stuff
    120  1.1  agc 
    121  1.1  agc Exit status 0.
    122  1.1  agc #### TEST: agrep -n -v this-will-be-found < exitstatus.in
    123  1.1  agc 2:so will this
    124  1.1  agc 3:just some stuff
    125  1.1  agc 
    126  1.1  agc Exit status 0.
    127  1.1  agc #### TEST: agrep -s -v this-will-be-found exitstatus.in
    128  1.1  agc 0:so will this
    129  1.1  agc 0:just some stuff
    130  1.1  agc 
    131  1.1  agc Exit status 0.
    132  1.1  agc #### TEST: agrep -s -v this-will-be-found < exitstatus.in
    133  1.1  agc 0:so will this
    134  1.1  agc 0:just some stuff
    135  1.1  agc 
    136  1.1  agc Exit status 0.
    137  1.1  agc #### TEST: agrep -M -v this-will-be-found exitstatus.in
    138  1.1  agc so will this
    139  1.1  agc just some stuff
    140  1.1  agc 
    141  1.1  agc Exit status 0.
    142  1.1  agc #### TEST: agrep -M -v this-will-be-found < exitstatus.in
    143  1.1  agc so will this
    144  1.1  agc just some stuff
    145  1.1  agc 
    146  1.1  agc Exit status 0.
    147  1.1  agc #### TEST: agrep --show-position -v this-will-be-found exitstatus.in
    148  1.1  agc 0-12:so will this
    149  1.1  agc 0-15:just some stuff
    150  1.1  agc 
    151  1.1  agc Exit status 0.
    152  1.1  agc #### TEST: agrep --show-position -v this-will-be-found < exitstatus.in
    153  1.1  agc 0-12:so will this
    154  1.1  agc 0-15:just some stuff
    155  1.1  agc 
    156  1.1  agc Exit status 0.
    157  1.1  agc #### TEST: agrep --color -v this-will-be-found exitstatus.in
    158  1.1  agc so will this
    159  1.1  agc just some stuff
    160  1.1  agc 
    161  1.1  agc Exit status 0.
    162  1.1  agc #### TEST: agrep --color -v this-will-be-found < exitstatus.in
    163  1.1  agc so will this
    164  1.1  agc just some stuff
    165  1.1  agc 
    166  1.1  agc Exit status 0.
    167  1.1  agc #### TEST: agrep -H -n -s --color --show-position -v this-will-be-found exitstatus.in
    168  1.1  agc exitstatus.in:2:0:0-12:so will this
    169  1.1  agc exitstatus.in:3:0:0-15:just some stuff
    170  1.1  agc 
    171  1.1  agc Exit status 0.
    172  1.1  agc #### TEST: agrep -H -n -s --color --show-position -v this-will-be-found < exitstatus.in
    173  1.1  agc (standard input):2:0:0-12:so will this
    174  1.1  agc (standard input):3:0:0-15:just some stuff
    175  1.1  agc 
    176  1.1  agc Exit status 0.
    177  1.1  agc #### TEST: agrep  this-wont-be-found exitstatus.in
    178  1.1  agc 
    179  1.1  agc Exit status 1.
    180  1.1  agc #### TEST: agrep  this-wont-be-found < exitstatus.in
    181  1.1  agc 
    182  1.1  agc Exit status 1.
    183  1.1  agc #### TEST: agrep -c this-wont-be-found exitstatus.in
    184  1.1  agc 0
    185  1.1  agc 
    186  1.1  agc Exit status 1.
    187  1.1  agc #### TEST: agrep -c this-wont-be-found < exitstatus.in
    188  1.1  agc 0
    189  1.1  agc 
    190  1.1  agc Exit status 1.
    191  1.1  agc #### TEST: agrep -H this-wont-be-found exitstatus.in
    192  1.1  agc 
    193  1.1  agc Exit status 1.
    194  1.1  agc #### TEST: agrep -H this-wont-be-found < exitstatus.in
    195  1.1  agc 
    196  1.1  agc Exit status 1.
    197  1.1  agc #### TEST: agrep -l this-wont-be-found exitstatus.in
    198  1.1  agc 
    199  1.1  agc Exit status 1.
    200  1.1  agc #### TEST: agrep -l this-wont-be-found < exitstatus.in
    201  1.1  agc 
    202  1.1  agc Exit status 1.
    203  1.1  agc #### TEST: agrep -n this-wont-be-found exitstatus.in
    204  1.1  agc 
    205  1.1  agc Exit status 1.
    206  1.1  agc #### TEST: agrep -n this-wont-be-found < exitstatus.in
    207  1.1  agc 
    208  1.1  agc Exit status 1.
    209  1.1  agc #### TEST: agrep -s this-wont-be-found exitstatus.in
    210  1.1  agc 
    211  1.1  agc Exit status 1.
    212  1.1  agc #### TEST: agrep -s this-wont-be-found < exitstatus.in
    213  1.1  agc 
    214  1.1  agc Exit status 1.
    215  1.1  agc #### TEST: agrep -M this-wont-be-found exitstatus.in
    216  1.1  agc 
    217  1.1  agc Exit status 1.
    218  1.1  agc #### TEST: agrep -M this-wont-be-found < exitstatus.in
    219  1.1  agc 
    220  1.1  agc Exit status 1.
    221  1.1  agc #### TEST: agrep --show-position this-wont-be-found exitstatus.in
    222  1.1  agc 
    223  1.1  agc Exit status 1.
    224  1.1  agc #### TEST: agrep --show-position this-wont-be-found < exitstatus.in
    225  1.1  agc 
    226  1.1  agc Exit status 1.
    227  1.1  agc #### TEST: agrep --color this-wont-be-found exitstatus.in
    228  1.1  agc 
    229  1.1  agc Exit status 1.
    230  1.1  agc #### TEST: agrep --color this-wont-be-found < exitstatus.in
    231  1.1  agc 
    232  1.1  agc Exit status 1.
    233  1.1  agc #### TEST: agrep -H -n -s --color --show-position this-wont-be-found exitstatus.in
    234  1.1  agc 
    235  1.1  agc Exit status 1.
    236  1.1  agc #### TEST: agrep -H -n -s --color --show-position this-wont-be-found < exitstatus.in
    237  1.1  agc 
    238  1.1  agc Exit status 1.
    239  1.1  agc #### TEST: agrep  -v this-wont-be-found exitstatus.in
    240  1.1  agc this-will-be-found
    241  1.1  agc so will this
    242  1.1  agc just some stuff
    243  1.1  agc 
    244  1.1  agc Exit status 0.
    245  1.1  agc #### TEST: agrep  -v this-wont-be-found < exitstatus.in
    246  1.1  agc this-will-be-found
    247  1.1  agc so will this
    248  1.1  agc just some stuff
    249  1.1  agc 
    250  1.1  agc Exit status 0.
    251  1.1  agc #### TEST: agrep -c -v this-wont-be-found exitstatus.in
    252  1.1  agc 3
    253  1.1  agc 
    254  1.1  agc Exit status 0.
    255  1.1  agc #### TEST: agrep -c -v this-wont-be-found < exitstatus.in
    256  1.1  agc 3
    257  1.1  agc 
    258  1.1  agc Exit status 0.
    259  1.1  agc #### TEST: agrep -H -v this-wont-be-found exitstatus.in
    260  1.1  agc exitstatus.in:this-will-be-found
    261  1.1  agc exitstatus.in:so will this
    262  1.1  agc exitstatus.in:just some stuff
    263  1.1  agc 
    264  1.1  agc Exit status 0.
    265  1.1  agc #### TEST: agrep -H -v this-wont-be-found < exitstatus.in
    266  1.1  agc (standard input):this-will-be-found
    267  1.1  agc (standard input):so will this
    268  1.1  agc (standard input):just some stuff
    269  1.1  agc 
    270  1.1  agc Exit status 0.
    271  1.1  agc #### TEST: agrep -l -v this-wont-be-found exitstatus.in
    272  1.1  agc exitstatus.in
    273  1.1  agc 
    274  1.1  agc Exit status 0.
    275  1.1  agc #### TEST: agrep -l -v this-wont-be-found < exitstatus.in
    276  1.1  agc (standard input)
    277  1.1  agc 
    278  1.1  agc Exit status 0.
    279  1.1  agc #### TEST: agrep -n -v this-wont-be-found exitstatus.in
    280  1.1  agc 1:this-will-be-found
    281  1.1  agc 2:so will this
    282  1.1  agc 3:just some stuff
    283  1.1  agc 
    284  1.1  agc Exit status 0.
    285  1.1  agc #### TEST: agrep -n -v this-wont-be-found < exitstatus.in
    286  1.1  agc 1:this-will-be-found
    287  1.1  agc 2:so will this
    288  1.1  agc 3:just some stuff
    289  1.1  agc 
    290  1.1  agc Exit status 0.
    291  1.1  agc #### TEST: agrep -s -v this-wont-be-found exitstatus.in
    292  1.1  agc 0:this-will-be-found
    293  1.1  agc 0:so will this
    294  1.1  agc 0:just some stuff
    295  1.1  agc 
    296  1.1  agc Exit status 0.
    297  1.1  agc #### TEST: agrep -s -v this-wont-be-found < exitstatus.in
    298  1.1  agc 0:this-will-be-found
    299  1.1  agc 0:so will this
    300  1.1  agc 0:just some stuff
    301  1.1  agc 
    302  1.1  agc Exit status 0.
    303  1.1  agc #### TEST: agrep -M -v this-wont-be-found exitstatus.in
    304  1.1  agc this-will-be-found
    305  1.1  agc so will this
    306  1.1  agc just some stuff
    307  1.1  agc 
    308  1.1  agc Exit status 0.
    309  1.1  agc #### TEST: agrep -M -v this-wont-be-found < exitstatus.in
    310  1.1  agc this-will-be-found
    311  1.1  agc so will this
    312  1.1  agc just some stuff
    313  1.1  agc 
    314  1.1  agc Exit status 0.
    315  1.1  agc #### TEST: agrep --show-position -v this-wont-be-found exitstatus.in
    316  1.1  agc 0-18:this-will-be-found
    317  1.1  agc 0-12:so will this
    318  1.1  agc 0-15:just some stuff
    319  1.1  agc 
    320  1.1  agc Exit status 0.
    321  1.1  agc #### TEST: agrep --show-position -v this-wont-be-found < exitstatus.in
    322  1.1  agc 0-18:this-will-be-found
    323  1.1  agc 0-12:so will this
    324  1.1  agc 0-15:just some stuff
    325  1.1  agc 
    326  1.1  agc Exit status 0.
    327  1.1  agc #### TEST: agrep --color -v this-wont-be-found exitstatus.in
    328  1.1  agc this-will-be-found
    329  1.1  agc so will this
    330  1.1  agc just some stuff
    331  1.1  agc 
    332  1.1  agc Exit status 0.
    333  1.1  agc #### TEST: agrep --color -v this-wont-be-found < exitstatus.in
    334  1.1  agc this-will-be-found
    335  1.1  agc so will this
    336  1.1  agc just some stuff
    337  1.1  agc 
    338  1.1  agc Exit status 0.
    339  1.1  agc #### TEST: agrep -H -n -s --color --show-position -v this-wont-be-found exitstatus.in
    340  1.1  agc exitstatus.in:1:0:0-18:this-will-be-found
    341  1.1  agc exitstatus.in:2:0:0-12:so will this
    342  1.1  agc exitstatus.in:3:0:0-15:just some stuff
    343  1.1  agc 
    344  1.1  agc Exit status 0.
    345  1.1  agc #### TEST: agrep -H -n -s --color --show-position -v this-wont-be-found < exitstatus.in
    346  1.1  agc (standard input):1:0:0-18:this-will-be-found
    347  1.1  agc (standard input):2:0:0-12:so will this
    348  1.1  agc (standard input):3:0:0-15:just some stuff
    349  1.1  agc 
    350  1.1  agc Exit status 0.
    351  1.1  agc #### TEST: agrep  . exitstatus.in
    352  1.1  agc this-will-be-found
    353  1.1  agc so will this
    354  1.1  agc just some stuff
    355  1.1  agc 
    356  1.1  agc Exit status 0.
    357  1.1  agc #### TEST: agrep  . < exitstatus.in
    358  1.1  agc this-will-be-found
    359  1.1  agc so will this
    360  1.1  agc just some stuff
    361  1.1  agc 
    362  1.1  agc Exit status 0.
    363  1.1  agc #### TEST: agrep -c . exitstatus.in
    364  1.1  agc 3
    365  1.1  agc 
    366  1.1  agc Exit status 0.
    367  1.1  agc #### TEST: agrep -c . < exitstatus.in
    368  1.1  agc 3
    369  1.1  agc 
    370  1.1  agc Exit status 0.
    371  1.1  agc #### TEST: agrep -H . exitstatus.in
    372  1.1  agc exitstatus.in:this-will-be-found
    373  1.1  agc exitstatus.in:so will this
    374  1.1  agc exitstatus.in:just some stuff
    375  1.1  agc 
    376  1.1  agc Exit status 0.
    377  1.1  agc #### TEST: agrep -H . < exitstatus.in
    378  1.1  agc (standard input):this-will-be-found
    379  1.1  agc (standard input):so will this
    380  1.1  agc (standard input):just some stuff
    381  1.1  agc 
    382  1.1  agc Exit status 0.
    383  1.1  agc #### TEST: agrep -l . exitstatus.in
    384  1.1  agc exitstatus.in
    385  1.1  agc 
    386  1.1  agc Exit status 0.
    387  1.1  agc #### TEST: agrep -l . < exitstatus.in
    388  1.1  agc (standard input)
    389  1.1  agc 
    390  1.1  agc Exit status 0.
    391  1.1  agc #### TEST: agrep -n . exitstatus.in
    392  1.1  agc 1:this-will-be-found
    393  1.1  agc 2:so will this
    394  1.1  agc 3:just some stuff
    395  1.1  agc 
    396  1.1  agc Exit status 0.
    397  1.1  agc #### TEST: agrep -n . < exitstatus.in
    398  1.1  agc 1:this-will-be-found
    399  1.1  agc 2:so will this
    400  1.1  agc 3:just some stuff
    401  1.1  agc 
    402  1.1  agc Exit status 0.
    403  1.1  agc #### TEST: agrep -s . exitstatus.in
    404  1.1  agc 0:this-will-be-found
    405  1.1  agc 0:so will this
    406  1.1  agc 0:just some stuff
    407  1.1  agc 
    408  1.1  agc Exit status 0.
    409  1.1  agc #### TEST: agrep -s . < exitstatus.in
    410  1.1  agc 0:this-will-be-found
    411  1.1  agc 0:so will this
    412  1.1  agc 0:just some stuff
    413  1.1  agc 
    414  1.1  agc Exit status 0.
    415  1.1  agc #### TEST: agrep -M . exitstatus.in
    416  1.1  agc this-will-be-found
    417  1.1  agc so will this
    418  1.1  agc just some stuff
    419  1.1  agc 
    420  1.1  agc Exit status 0.
    421  1.1  agc #### TEST: agrep -M . < exitstatus.in
    422  1.1  agc this-will-be-found
    423  1.1  agc so will this
    424  1.1  agc just some stuff
    425  1.1  agc 
    426  1.1  agc Exit status 0.
    427  1.1  agc #### TEST: agrep --show-position . exitstatus.in
    428  1.1  agc 0-1:this-will-be-found
    429  1.1  agc 0-1:so will this
    430  1.1  agc 0-1:just some stuff
    431  1.1  agc 
    432  1.1  agc Exit status 0.
    433  1.1  agc #### TEST: agrep --show-position . < exitstatus.in
    434  1.1  agc 0-1:this-will-be-found
    435  1.1  agc 0-1:so will this
    436  1.1  agc 0-1:just some stuff
    437  1.1  agc 
    438  1.1  agc Exit status 0.
    439  1.1  agc #### TEST: agrep --color . exitstatus.in
    440  1.1  agc [01;31mt[00mhis-will-be-found
    441  1.1  agc [01;31ms[00mo will this
    442  1.1  agc [01;31mj[00must some stuff
    443  1.1  agc 
    444  1.1  agc Exit status 0.
    445  1.1  agc #### TEST: agrep --color . < exitstatus.in
    446  1.1  agc [01;31mt[00mhis-will-be-found
    447  1.1  agc [01;31ms[00mo will this
    448  1.1  agc [01;31mj[00must some stuff
    449  1.1  agc 
    450  1.1  agc Exit status 0.
    451  1.1  agc #### TEST: agrep -H -n -s --color --show-position . exitstatus.in
    452  1.1  agc exitstatus.in:1:0:0-1:[01;31mt[00mhis-will-be-found
    453  1.1  agc exitstatus.in:2:0:0-1:[01;31ms[00mo will this
    454  1.1  agc exitstatus.in:3:0:0-1:[01;31mj[00must some stuff
    455  1.1  agc 
    456  1.1  agc Exit status 0.
    457  1.1  agc #### TEST: agrep -H -n -s --color --show-position . < exitstatus.in
    458  1.1  agc (standard input):1:0:0-1:[01;31mt[00mhis-will-be-found
    459  1.1  agc (standard input):2:0:0-1:[01;31ms[00mo will this
    460  1.1  agc (standard input):3:0:0-1:[01;31mj[00must some stuff
    461  1.1  agc 
    462  1.1  agc Exit status 0.
    463  1.1  agc #### TEST: agrep  -v . exitstatus.in
    464  1.1  agc 
    465  1.1  agc Exit status 1.
    466  1.1  agc #### TEST: agrep  -v . < exitstatus.in
    467  1.1  agc 
    468  1.1  agc Exit status 1.
    469  1.1  agc #### TEST: agrep -c -v . exitstatus.in
    470  1.1  agc 0
    471  1.1  agc 
    472  1.1  agc Exit status 1.
    473  1.1  agc #### TEST: agrep -c -v . < exitstatus.in
    474  1.1  agc 0
    475  1.1  agc 
    476  1.1  agc Exit status 1.
    477  1.1  agc #### TEST: agrep -H -v . exitstatus.in
    478  1.1  agc 
    479  1.1  agc Exit status 1.
    480  1.1  agc #### TEST: agrep -H -v . < exitstatus.in
    481  1.1  agc 
    482  1.1  agc Exit status 1.
    483  1.1  agc #### TEST: agrep -l -v . exitstatus.in
    484  1.1  agc 
    485  1.1  agc Exit status 1.
    486  1.1  agc #### TEST: agrep -l -v . < exitstatus.in
    487  1.1  agc 
    488  1.1  agc Exit status 1.
    489  1.1  agc #### TEST: agrep -n -v . exitstatus.in
    490  1.1  agc 
    491  1.1  agc Exit status 1.
    492  1.1  agc #### TEST: agrep -n -v . < exitstatus.in
    493  1.1  agc 
    494  1.1  agc Exit status 1.
    495  1.1  agc #### TEST: agrep -s -v . exitstatus.in
    496  1.1  agc 
    497  1.1  agc Exit status 1.
    498  1.1  agc #### TEST: agrep -s -v . < exitstatus.in
    499  1.1  agc 
    500  1.1  agc Exit status 1.
    501  1.1  agc #### TEST: agrep -M -v . exitstatus.in
    502  1.1  agc 
    503  1.1  agc Exit status 1.
    504  1.1  agc #### TEST: agrep -M -v . < exitstatus.in
    505  1.1  agc 
    506  1.1  agc Exit status 1.
    507  1.1  agc #### TEST: agrep --show-position -v . exitstatus.in
    508  1.1  agc 
    509  1.1  agc Exit status 1.
    510  1.1  agc #### TEST: agrep --show-position -v . < exitstatus.in
    511  1.1  agc 
    512  1.1  agc Exit status 1.
    513  1.1  agc #### TEST: agrep --color -v . exitstatus.in
    514  1.1  agc 
    515  1.1  agc Exit status 1.
    516  1.1  agc #### TEST: agrep --color -v . < exitstatus.in
    517  1.1  agc 
    518  1.1  agc Exit status 1.
    519  1.1  agc #### TEST: agrep -H -n -s --color --show-position -v . exitstatus.in
    520  1.1  agc 
    521  1.1  agc Exit status 1.
    522  1.1  agc #### TEST: agrep -H -n -s --color --show-position -v . < exitstatus.in
    523  1.1  agc 
    524  1.1  agc Exit status 1.
    525  1.1  agc #### TEST: agrep  -d .* dummy exitstatus.in
    526  1.1  agc 
    527  1.1  agc Exit status 1.
    528  1.1  agc #### TEST: agrep  -d .* dummy < exitstatus.in
    529  1.1  agc 
    530  1.1  agc Exit status 1.
    531  1.1  agc #### TEST: agrep -c -d .* dummy exitstatus.in
    532  1.1  agc exitstatus.in:0
    533  1.1  agc 
    534  1.1  agc Exit status 1.
    535  1.1  agc #### TEST: agrep -c -d .* dummy < exitstatus.in
    536  1.1  agc 
    537  1.1  agc Exit status 1.
    538  1.1  agc #### TEST: agrep -H -d .* dummy exitstatus.in
    539  1.1  agc 
    540  1.1  agc Exit status 1.
    541  1.1  agc #### TEST: agrep -H -d .* dummy < exitstatus.in
    542  1.1  agc 
    543  1.1  agc Exit status 1.
    544  1.1  agc #### TEST: agrep -l -d .* dummy exitstatus.in
    545  1.1  agc 
    546  1.1  agc Exit status 1.
    547  1.1  agc #### TEST: agrep -l -d .* dummy < exitstatus.in
    548  1.1  agc 
    549  1.1  agc Exit status 1.
    550  1.1  agc #### TEST: agrep -n -d .* dummy exitstatus.in
    551  1.1  agc 
    552  1.1  agc Exit status 1.
    553  1.1  agc #### TEST: agrep -n -d .* dummy < exitstatus.in
    554  1.1  agc 
    555  1.1  agc Exit status 1.
    556  1.1  agc #### TEST: agrep -s -d .* dummy exitstatus.in
    557  1.1  agc 
    558  1.1  agc Exit status 1.
    559  1.1  agc #### TEST: agrep -s -d .* dummy < exitstatus.in
    560  1.1  agc 
    561  1.1  agc Exit status 1.
    562  1.1  agc #### TEST: agrep -M -d .* dummy exitstatus.in
    563  1.1  agc 
    564  1.1  agc Exit status 1.
    565  1.1  agc #### TEST: agrep -M -d .* dummy < exitstatus.in
    566  1.1  agc 
    567  1.1  agc Exit status 1.
    568  1.1  agc #### TEST: agrep --show-position -d .* dummy exitstatus.in
    569  1.1  agc 
    570  1.1  agc Exit status 1.
    571  1.1  agc #### TEST: agrep --show-position -d .* dummy < exitstatus.in
    572  1.1  agc 
    573  1.1  agc Exit status 1.
    574  1.1  agc #### TEST: agrep --color -d .* dummy exitstatus.in
    575  1.1  agc 
    576  1.1  agc Exit status 1.
    577  1.1  agc #### TEST: agrep --color -d .* dummy < exitstatus.in
    578  1.1  agc 
    579  1.1  agc Exit status 1.
    580  1.1  agc #### TEST: agrep -H -n -s --color --show-position -d .* dummy exitstatus.in
    581  1.1  agc 
    582  1.1  agc Exit status 1.
    583  1.1  agc #### TEST: agrep -H -n -s --color --show-position -d .* dummy < exitstatus.in
    584  1.1  agc 
    585  1.1  agc Exit status 1.
    586  1.1  agc #### TEST: agrep  -d {1 dummy exitstatus.in
    587  1.1  agc 
    588  1.1  agc Exit status 2.
    589  1.1  agc #### TEST: agrep  -d {1 dummy < exitstatus.in
    590  1.1  agc 
    591  1.1  agc Exit status 2.
    592  1.1  agc #### TEST: agrep -c -d {1 dummy exitstatus.in
    593  1.1  agc 
    594  1.1  agc Exit status 2.
    595  1.1  agc #### TEST: agrep -c -d {1 dummy < exitstatus.in
    596  1.1  agc 
    597  1.1  agc Exit status 2.
    598  1.1  agc #### TEST: agrep -H -d {1 dummy exitstatus.in
    599  1.1  agc 
    600  1.1  agc Exit status 2.
    601  1.1  agc #### TEST: agrep -H -d {1 dummy < exitstatus.in
    602  1.1  agc 
    603  1.1  agc Exit status 2.
    604  1.1  agc #### TEST: agrep -l -d {1 dummy exitstatus.in
    605  1.1  agc 
    606  1.1  agc Exit status 2.
    607  1.1  agc #### TEST: agrep -l -d {1 dummy < exitstatus.in
    608  1.1  agc 
    609  1.1  agc Exit status 2.
    610  1.1  agc #### TEST: agrep -n -d {1 dummy exitstatus.in
    611  1.1  agc 
    612  1.1  agc Exit status 2.
    613  1.1  agc #### TEST: agrep -n -d {1 dummy < exitstatus.in
    614  1.1  agc 
    615  1.1  agc Exit status 2.
    616  1.1  agc #### TEST: agrep -s -d {1 dummy exitstatus.in
    617  1.1  agc 
    618  1.1  agc Exit status 2.
    619  1.1  agc #### TEST: agrep -s -d {1 dummy < exitstatus.in
    620  1.1  agc 
    621  1.1  agc Exit status 2.
    622  1.1  agc #### TEST: agrep -M -d {1 dummy exitstatus.in
    623  1.1  agc 
    624  1.1  agc Exit status 2.
    625  1.1  agc #### TEST: agrep -M -d {1 dummy < exitstatus.in
    626  1.1  agc 
    627  1.1  agc Exit status 2.
    628  1.1  agc #### TEST: agrep --show-position -d {1 dummy exitstatus.in
    629  1.1  agc 
    630  1.1  agc Exit status 2.
    631  1.1  agc #### TEST: agrep --show-position -d {1 dummy < exitstatus.in
    632  1.1  agc 
    633  1.1  agc Exit status 2.
    634  1.1  agc #### TEST: agrep --color -d {1 dummy exitstatus.in
    635  1.1  agc 
    636  1.1  agc Exit status 2.
    637  1.1  agc #### TEST: agrep --color -d {1 dummy < exitstatus.in
    638  1.1  agc 
    639  1.1  agc Exit status 2.
    640  1.1  agc #### TEST: agrep -H -n -s --color --show-position -d {1 dummy exitstatus.in
    641  1.1  agc 
    642  1.1  agc Exit status 2.
    643  1.1  agc #### TEST: agrep -H -n -s --color --show-position -d {1 dummy < exitstatus.in
    644  1.1  agc 
    645  1.1  agc Exit status 2.
    646  1.1  agc #### TEST: agrep  \ exitstatus.in
    647  1.1  agc 
    648  1.1  agc Exit status 2.
    649  1.1  agc #### TEST: agrep  \ < exitstatus.in
    650  1.1  agc 
    651  1.1  agc Exit status 2.
    652  1.1  agc #### TEST: agrep -c \ exitstatus.in
    653  1.1  agc 
    654  1.1  agc Exit status 2.
    655  1.1  agc #### TEST: agrep -c \ < exitstatus.in
    656  1.1  agc 
    657  1.1  agc Exit status 2.
    658  1.1  agc #### TEST: agrep -H \ exitstatus.in
    659  1.1  agc 
    660  1.1  agc Exit status 2.
    661  1.1  agc #### TEST: agrep -H \ < exitstatus.in
    662  1.1  agc 
    663  1.1  agc Exit status 2.
    664  1.1  agc #### TEST: agrep -l \ exitstatus.in
    665  1.1  agc 
    666  1.1  agc Exit status 2.
    667  1.1  agc #### TEST: agrep -l \ < exitstatus.in
    668  1.1  agc 
    669  1.1  agc Exit status 2.
    670  1.1  agc #### TEST: agrep -n \ exitstatus.in
    671  1.1  agc 
    672  1.1  agc Exit status 2.
    673  1.1  agc #### TEST: agrep -n \ < exitstatus.in
    674  1.1  agc 
    675  1.1  agc Exit status 2.
    676  1.1  agc #### TEST: agrep -s \ exitstatus.in
    677  1.1  agc 
    678  1.1  agc Exit status 2.
    679  1.1  agc #### TEST: agrep -s \ < exitstatus.in
    680  1.1  agc 
    681  1.1  agc Exit status 2.
    682  1.1  agc #### TEST: agrep -M \ exitstatus.in
    683  1.1  agc 
    684  1.1  agc Exit status 2.
    685  1.1  agc #### TEST: agrep -M \ < exitstatus.in
    686  1.1  agc 
    687  1.1  agc Exit status 2.
    688  1.1  agc #### TEST: agrep --show-position \ exitstatus.in
    689  1.1  agc 
    690  1.1  agc Exit status 2.
    691  1.1  agc #### TEST: agrep --show-position \ < exitstatus.in
    692  1.1  agc 
    693  1.1  agc Exit status 2.
    694  1.1  agc #### TEST: agrep --color \ exitstatus.in
    695  1.1  agc 
    696  1.1  agc Exit status 2.
    697  1.1  agc #### TEST: agrep --color \ < exitstatus.in
    698  1.1  agc 
    699  1.1  agc Exit status 2.
    700  1.1  agc #### TEST: agrep -H -n -s --color --show-position \ exitstatus.in
    701  1.1  agc 
    702  1.1  agc Exit status 2.
    703  1.1  agc #### TEST: agrep -H -n -s --color --show-position \ < exitstatus.in
    704  1.1  agc 
    705  1.1  agc Exit status 2.
    706