1 1.1 agc #### TEST: agrep ^foobar$ delimiters.in 2 1.1 agc foobar 3 1.1 agc 4 1.1 agc Exit status 0. 5 1.1 agc #### TEST: agrep ^foobar$ < delimiters.in 6 1.1 agc foobar 7 1.1 agc 8 1.1 agc Exit status 0. 9 1.1 agc #### TEST: agrep -c ^foobar$ delimiters.in 10 1.1 agc 1 11 1.1 agc 12 1.1 agc Exit status 0. 13 1.1 agc #### TEST: agrep -c ^foobar$ < delimiters.in 14 1.1 agc 1 15 1.1 agc 16 1.1 agc Exit status 0. 17 1.1 agc #### TEST: agrep -H ^foobar$ delimiters.in 18 1.1 agc delimiters.in:foobar 19 1.1 agc 20 1.1 agc Exit status 0. 21 1.1 agc #### TEST: agrep -H ^foobar$ < delimiters.in 22 1.1 agc (standard input):foobar 23 1.1 agc 24 1.1 agc Exit status 0. 25 1.1 agc #### TEST: agrep -l ^foobar$ delimiters.in 26 1.1 agc delimiters.in 27 1.1 agc 28 1.1 agc Exit status 0. 29 1.1 agc #### TEST: agrep -l ^foobar$ < delimiters.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 ^foobar$ delimiters.in 34 1.1 agc 4:foobar 35 1.1 agc 36 1.1 agc Exit status 0. 37 1.1 agc #### TEST: agrep -n ^foobar$ < delimiters.in 38 1.1 agc 4:foobar 39 1.1 agc 40 1.1 agc Exit status 0. 41 1.1 agc #### TEST: agrep -s ^foobar$ delimiters.in 42 1.1 agc 0:foobar 43 1.1 agc 44 1.1 agc Exit status 0. 45 1.1 agc #### TEST: agrep -s ^foobar$ < delimiters.in 46 1.1 agc 0:foobar 47 1.1 agc 48 1.1 agc Exit status 0. 49 1.1 agc #### TEST: agrep -M ^foobar$ delimiters.in 50 1.1 agc foobar 51 1.1 agc 52 1.1 agc Exit status 0. 53 1.1 agc #### TEST: agrep -M ^foobar$ < delimiters.in 54 1.1 agc foobar 55 1.1 agc 56 1.1 agc Exit status 0. 57 1.1 agc #### TEST: agrep --show-position ^foobar$ delimiters.in 58 1.1 agc 0-6:foobar 59 1.1 agc 60 1.1 agc Exit status 0. 61 1.1 agc #### TEST: agrep --show-position ^foobar$ < delimiters.in 62 1.1 agc 0-6:foobar 63 1.1 agc 64 1.1 agc Exit status 0. 65 1.1 agc #### TEST: agrep --color ^foobar$ delimiters.in 66 1.1 agc [01;31mfoobar[00m 67 1.1 agc 68 1.1 agc Exit status 0. 69 1.1 agc #### TEST: agrep --color ^foobar$ < delimiters.in 70 1.1 agc [01;31mfoobar[00m 71 1.1 agc 72 1.1 agc Exit status 0. 73 1.1 agc #### TEST: agrep -H -n -s --color --show-position ^foobar$ delimiters.in 74 1.1 agc delimiters.in:4:0:0-6:[01;31mfoobar[00m 75 1.1 agc 76 1.1 agc Exit status 0. 77 1.1 agc #### TEST: agrep -H -n -s --color --show-position ^foobar$ < delimiters.in 78 1.1 agc (standard input):4:0:0-6:[01;31mfoobar[00m 79 1.1 agc 80 1.1 agc Exit status 0. 81 1.1 agc #### TEST: agrep foobar$ delimiters.in 82 1.1 agc xfoobar 83 1.1 agc foobar 84 1.1 agc 85 1.1 agc Exit status 0. 86 1.1 agc #### TEST: agrep foobar$ < delimiters.in 87 1.1 agc xfoobar 88 1.1 agc foobar 89 1.1 agc 90 1.1 agc Exit status 0. 91 1.1 agc #### TEST: agrep -c foobar$ delimiters.in 92 1.1 agc 2 93 1.1 agc 94 1.1 agc Exit status 0. 95 1.1 agc #### TEST: agrep -c foobar$ < delimiters.in 96 1.1 agc 2 97 1.1 agc 98 1.1 agc Exit status 0. 99 1.1 agc #### TEST: agrep -H foobar$ delimiters.in 100 1.1 agc delimiters.in:xfoobar 101 1.1 agc delimiters.in:foobar 102 1.1 agc 103 1.1 agc Exit status 0. 104 1.1 agc #### TEST: agrep -H foobar$ < delimiters.in 105 1.1 agc (standard input):xfoobar 106 1.1 agc (standard input):foobar 107 1.1 agc 108 1.1 agc Exit status 0. 109 1.1 agc #### TEST: agrep -l foobar$ delimiters.in 110 1.1 agc delimiters.in 111 1.1 agc 112 1.1 agc Exit status 0. 113 1.1 agc #### TEST: agrep -l foobar$ < delimiters.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 foobar$ delimiters.in 118 1.1 agc 2:xfoobar 119 1.1 agc 4:foobar 120 1.1 agc 121 1.1 agc Exit status 0. 122 1.1 agc #### TEST: agrep -n foobar$ < delimiters.in 123 1.1 agc 2:xfoobar 124 1.1 agc 4:foobar 125 1.1 agc 126 1.1 agc Exit status 0. 127 1.1 agc #### TEST: agrep -s foobar$ delimiters.in 128 1.1 agc 0:xfoobar 129 1.1 agc 0:foobar 130 1.1 agc 131 1.1 agc Exit status 0. 132 1.1 agc #### TEST: agrep -s foobar$ < delimiters.in 133 1.1 agc 0:xfoobar 134 1.1 agc 0:foobar 135 1.1 agc 136 1.1 agc Exit status 0. 137 1.1 agc #### TEST: agrep -M foobar$ delimiters.in 138 1.1 agc xfoobar 139 1.1 agc foobar 140 1.1 agc 141 1.1 agc Exit status 0. 142 1.1 agc #### TEST: agrep -M foobar$ < delimiters.in 143 1.1 agc xfoobar 144 1.1 agc foobar 145 1.1 agc 146 1.1 agc Exit status 0. 147 1.1 agc #### TEST: agrep --show-position foobar$ delimiters.in 148 1.1 agc 1-7:xfoobar 149 1.1 agc 0-6:foobar 150 1.1 agc 151 1.1 agc Exit status 0. 152 1.1 agc #### TEST: agrep --show-position foobar$ < delimiters.in 153 1.1 agc 1-7:xfoobar 154 1.1 agc 0-6:foobar 155 1.1 agc 156 1.1 agc Exit status 0. 157 1.1 agc #### TEST: agrep --color foobar$ delimiters.in 158 1.1 agc x[01;31mfoobar[00m 159 1.1 agc [01;31mfoobar[00m 160 1.1 agc 161 1.1 agc Exit status 0. 162 1.1 agc #### TEST: agrep --color foobar$ < delimiters.in 163 1.1 agc x[01;31mfoobar[00m 164 1.1 agc [01;31mfoobar[00m 165 1.1 agc 166 1.1 agc Exit status 0. 167 1.1 agc #### TEST: agrep -H -n -s --color --show-position foobar$ delimiters.in 168 1.1 agc delimiters.in:2:0:1-7:x[01;31mfoobar[00m 169 1.1 agc delimiters.in:4:0:0-6:[01;31mfoobar[00m 170 1.1 agc 171 1.1 agc Exit status 0. 172 1.1 agc #### TEST: agrep -H -n -s --color --show-position foobar$ < delimiters.in 173 1.1 agc (standard input):2:0:1-7:x[01;31mfoobar[00m 174 1.1 agc (standard input):4:0:0-6:[01;31mfoobar[00m 175 1.1 agc 176 1.1 agc Exit status 0. 177 1.1 agc #### TEST: agrep ^foobar delimiters.in 178 1.1 agc foobarx 179 1.1 agc foobar 180 1.1 agc 181 1.1 agc Exit status 0. 182 1.1 agc #### TEST: agrep ^foobar < delimiters.in 183 1.1 agc foobarx 184 1.1 agc foobar 185 1.1 agc 186 1.1 agc Exit status 0. 187 1.1 agc #### TEST: agrep -c ^foobar delimiters.in 188 1.1 agc 2 189 1.1 agc 190 1.1 agc Exit status 0. 191 1.1 agc #### TEST: agrep -c ^foobar < delimiters.in 192 1.1 agc 2 193 1.1 agc 194 1.1 agc Exit status 0. 195 1.1 agc #### TEST: agrep -H ^foobar delimiters.in 196 1.1 agc delimiters.in:foobarx 197 1.1 agc delimiters.in:foobar 198 1.1 agc 199 1.1 agc Exit status 0. 200 1.1 agc #### TEST: agrep -H ^foobar < delimiters.in 201 1.1 agc (standard input):foobarx 202 1.1 agc (standard input):foobar 203 1.1 agc 204 1.1 agc Exit status 0. 205 1.1 agc #### TEST: agrep -l ^foobar delimiters.in 206 1.1 agc delimiters.in 207 1.1 agc 208 1.1 agc Exit status 0. 209 1.1 agc #### TEST: agrep -l ^foobar < delimiters.in 210 1.1 agc (standard input) 211 1.1 agc 212 1.1 agc Exit status 0. 213 1.1 agc #### TEST: agrep -n ^foobar delimiters.in 214 1.1 agc 3:foobarx 215 1.1 agc 4:foobar 216 1.1 agc 217 1.1 agc Exit status 0. 218 1.1 agc #### TEST: agrep -n ^foobar < delimiters.in 219 1.1 agc 3:foobarx 220 1.1 agc 4:foobar 221 1.1 agc 222 1.1 agc Exit status 0. 223 1.1 agc #### TEST: agrep -s ^foobar delimiters.in 224 1.1 agc 0:foobarx 225 1.1 agc 0:foobar 226 1.1 agc 227 1.1 agc Exit status 0. 228 1.1 agc #### TEST: agrep -s ^foobar < delimiters.in 229 1.1 agc 0:foobarx 230 1.1 agc 0:foobar 231 1.1 agc 232 1.1 agc Exit status 0. 233 1.1 agc #### TEST: agrep -M ^foobar delimiters.in 234 1.1 agc foobarx 235 1.1 agc foobar 236 1.1 agc 237 1.1 agc Exit status 0. 238 1.1 agc #### TEST: agrep -M ^foobar < delimiters.in 239 1.1 agc foobarx 240 1.1 agc foobar 241 1.1 agc 242 1.1 agc Exit status 0. 243 1.1 agc #### TEST: agrep --show-position ^foobar delimiters.in 244 1.1 agc 0-6:foobarx 245 1.1 agc 0-6:foobar 246 1.1 agc 247 1.1 agc Exit status 0. 248 1.1 agc #### TEST: agrep --show-position ^foobar < delimiters.in 249 1.1 agc 0-6:foobarx 250 1.1 agc 0-6:foobar 251 1.1 agc 252 1.1 agc Exit status 0. 253 1.1 agc #### TEST: agrep --color ^foobar delimiters.in 254 1.1 agc [01;31mfoobar[00mx 255 1.1 agc [01;31mfoobar[00m 256 1.1 agc 257 1.1 agc Exit status 0. 258 1.1 agc #### TEST: agrep --color ^foobar < delimiters.in 259 1.1 agc [01;31mfoobar[00mx 260 1.1 agc [01;31mfoobar[00m 261 1.1 agc 262 1.1 agc Exit status 0. 263 1.1 agc #### TEST: agrep -H -n -s --color --show-position ^foobar delimiters.in 264 1.1 agc delimiters.in:3:0:0-6:[01;31mfoobar[00mx 265 1.1 agc delimiters.in:4:0:0-6:[01;31mfoobar[00m 266 1.1 agc 267 1.1 agc Exit status 0. 268 1.1 agc #### TEST: agrep -H -n -s --color --show-position ^foobar < delimiters.in 269 1.1 agc (standard input):3:0:0-6:[01;31mfoobar[00mx 270 1.1 agc (standard input):4:0:0-6:[01;31mfoobar[00m 271 1.1 agc 272 1.1 agc Exit status 0. 273 1.1 agc #### TEST: agrep foobar delimiters.in 274 1.1 agc xfoobarx 275 1.1 agc xfoobar 276 1.1 agc foobarx 277 1.1 agc foobar 278 1.1 agc 279 1.1 agc Exit status 0. 280 1.1 agc #### TEST: agrep foobar < delimiters.in 281 1.1 agc xfoobarx 282 1.1 agc xfoobar 283 1.1 agc foobarx 284 1.1 agc foobar 285 1.1 agc 286 1.1 agc Exit status 0. 287 1.1 agc #### TEST: agrep -c foobar delimiters.in 288 1.1 agc 4 289 1.1 agc 290 1.1 agc Exit status 0. 291 1.1 agc #### TEST: agrep -c foobar < delimiters.in 292 1.1 agc 4 293 1.1 agc 294 1.1 agc Exit status 0. 295 1.1 agc #### TEST: agrep -H foobar delimiters.in 296 1.1 agc delimiters.in:xfoobarx 297 1.1 agc delimiters.in:xfoobar 298 1.1 agc delimiters.in:foobarx 299 1.1 agc delimiters.in:foobar 300 1.1 agc 301 1.1 agc Exit status 0. 302 1.1 agc #### TEST: agrep -H foobar < delimiters.in 303 1.1 agc (standard input):xfoobarx 304 1.1 agc (standard input):xfoobar 305 1.1 agc (standard input):foobarx 306 1.1 agc (standard input):foobar 307 1.1 agc 308 1.1 agc Exit status 0. 309 1.1 agc #### TEST: agrep -l foobar delimiters.in 310 1.1 agc delimiters.in 311 1.1 agc 312 1.1 agc Exit status 0. 313 1.1 agc #### TEST: agrep -l foobar < delimiters.in 314 1.1 agc (standard input) 315 1.1 agc 316 1.1 agc Exit status 0. 317 1.1 agc #### TEST: agrep -n foobar delimiters.in 318 1.1 agc 1:xfoobarx 319 1.1 agc 2:xfoobar 320 1.1 agc 3:foobarx 321 1.1 agc 4:foobar 322 1.1 agc 323 1.1 agc Exit status 0. 324 1.1 agc #### TEST: agrep -n foobar < delimiters.in 325 1.1 agc 1:xfoobarx 326 1.1 agc 2:xfoobar 327 1.1 agc 3:foobarx 328 1.1 agc 4:foobar 329 1.1 agc 330 1.1 agc Exit status 0. 331 1.1 agc #### TEST: agrep -s foobar delimiters.in 332 1.1 agc 0:xfoobarx 333 1.1 agc 0:xfoobar 334 1.1 agc 0:foobarx 335 1.1 agc 0:foobar 336 1.1 agc 337 1.1 agc Exit status 0. 338 1.1 agc #### TEST: agrep -s foobar < delimiters.in 339 1.1 agc 0:xfoobarx 340 1.1 agc 0:xfoobar 341 1.1 agc 0:foobarx 342 1.1 agc 0:foobar 343 1.1 agc 344 1.1 agc Exit status 0. 345 1.1 agc #### TEST: agrep -M foobar delimiters.in 346 1.1 agc xfoobarx 347 1.1 agc xfoobar 348 1.1 agc foobarx 349 1.1 agc foobar 350 1.1 agc 351 1.1 agc Exit status 0. 352 1.1 agc #### TEST: agrep -M foobar < delimiters.in 353 1.1 agc xfoobarx 354 1.1 agc xfoobar 355 1.1 agc foobarx 356 1.1 agc foobar 357 1.1 agc 358 1.1 agc Exit status 0. 359 1.1 agc #### TEST: agrep --show-position foobar delimiters.in 360 1.1 agc 1-7:xfoobarx 361 1.1 agc 1-7:xfoobar 362 1.1 agc 0-6:foobarx 363 1.1 agc 0-6:foobar 364 1.1 agc 365 1.1 agc Exit status 0. 366 1.1 agc #### TEST: agrep --show-position foobar < delimiters.in 367 1.1 agc 1-7:xfoobarx 368 1.1 agc 1-7:xfoobar 369 1.1 agc 0-6:foobarx 370 1.1 agc 0-6:foobar 371 1.1 agc 372 1.1 agc Exit status 0. 373 1.1 agc #### TEST: agrep --color foobar delimiters.in 374 1.1 agc x[01;31mfoobar[00mx 375 1.1 agc x[01;31mfoobar[00m 376 1.1 agc [01;31mfoobar[00mx 377 1.1 agc [01;31mfoobar[00m 378 1.1 agc 379 1.1 agc Exit status 0. 380 1.1 agc #### TEST: agrep --color foobar < delimiters.in 381 1.1 agc x[01;31mfoobar[00mx 382 1.1 agc x[01;31mfoobar[00m 383 1.1 agc [01;31mfoobar[00mx 384 1.1 agc [01;31mfoobar[00m 385 1.1 agc 386 1.1 agc Exit status 0. 387 1.1 agc #### TEST: agrep -H -n -s --color --show-position foobar delimiters.in 388 1.1 agc delimiters.in:1:0:1-7:x[01;31mfoobar[00mx 389 1.1 agc delimiters.in:2:0:1-7:x[01;31mfoobar[00m 390 1.1 agc delimiters.in:3:0:0-6:[01;31mfoobar[00mx 391 1.1 agc delimiters.in:4:0:0-6:[01;31mfoobar[00m 392 1.1 agc 393 1.1 agc Exit status 0. 394 1.1 agc #### TEST: agrep -H -n -s --color --show-position foobar < delimiters.in 395 1.1 agc (standard input):1:0:1-7:x[01;31mfoobar[00mx 396 1.1 agc (standard input):2:0:1-7:x[01;31mfoobar[00m 397 1.1 agc (standard input):3:0:0-6:[01;31mfoobar[00mx 398 1.1 agc (standard input):4:0:0-6:[01;31mfoobar[00m 399 1.1 agc 400 1.1 agc Exit status 0. 401 1.1 agc #### TEST: agrep -d X ^xyzzy$ delimiters.in 402 1.1 agc Xxyzzy 403 1.1 agc Exit status 0. 404 1.1 agc #### TEST: agrep -d X ^xyzzy$ < delimiters.in 405 1.1 agc Xxyzzy 406 1.1 agc Exit status 0. 407 1.1 agc #### TEST: agrep -c -d X ^xyzzy$ delimiters.in 408 1.1 agc 1 409 1.1 agc 410 1.1 agc Exit status 0. 411 1.1 agc #### TEST: agrep -c -d X ^xyzzy$ < delimiters.in 412 1.1 agc 1 413 1.1 agc 414 1.1 agc Exit status 0. 415 1.1 agc #### TEST: agrep -H -d X ^xyzzy$ delimiters.in 416 1.1 agc delimiters.in:Xxyzzy 417 1.1 agc Exit status 0. 418 1.1 agc #### TEST: agrep -H -d X ^xyzzy$ < delimiters.in 419 1.1 agc (standard input):Xxyzzy 420 1.1 agc Exit status 0. 421 1.1 agc #### TEST: agrep -l -d X ^xyzzy$ delimiters.in 422 1.1 agc delimiters.in 423 1.1 agc 424 1.1 agc Exit status 0. 425 1.1 agc #### TEST: agrep -l -d X ^xyzzy$ < delimiters.in 426 1.1 agc (standard input) 427 1.1 agc 428 1.1 agc Exit status 0. 429 1.1 agc #### TEST: agrep -n -d X ^xyzzy$ delimiters.in 430 1.1 agc 3:Xxyzzy 431 1.1 agc Exit status 0. 432 1.1 agc #### TEST: agrep -n -d X ^xyzzy$ < delimiters.in 433 1.1 agc 3:Xxyzzy 434 1.1 agc Exit status 0. 435 1.1 agc #### TEST: agrep -s -d X ^xyzzy$ delimiters.in 436 1.1 agc 0:Xxyzzy 437 1.1 agc Exit status 0. 438 1.1 agc #### TEST: agrep -s -d X ^xyzzy$ < delimiters.in 439 1.1 agc 0:Xxyzzy 440 1.1 agc Exit status 0. 441 1.1 agc #### TEST: agrep -M -d X ^xyzzy$ delimiters.in 442 1.1 agc xyzzyX 443 1.1 agc Exit status 0. 444 1.1 agc #### TEST: agrep -M -d X ^xyzzy$ < delimiters.in 445 1.1 agc xyzzyX 446 1.1 agc Exit status 0. 447 1.1 agc #### TEST: agrep --show-position -d X ^xyzzy$ delimiters.in 448 1.1 agc 0-5:Xxyzzy 449 1.1 agc Exit status 0. 450 1.1 agc #### TEST: agrep --show-position -d X ^xyzzy$ < delimiters.in 451 1.1 agc 0-5:Xxyzzy 452 1.1 agc Exit status 0. 453 1.1 agc #### TEST: agrep --color -d X ^xyzzy$ delimiters.in 454 1.1 agc X[01;31mxyzzy[00m 455 1.1 agc Exit status 0. 456 1.1 agc #### TEST: agrep --color -d X ^xyzzy$ < delimiters.in 457 1.1 agc X[01;31mxyzzy[00m 458 1.1 agc Exit status 0. 459 1.1 agc #### TEST: agrep -H -n -s --color --show-position -d X ^xyzzy$ delimiters.in 460 1.1 agc delimiters.in:3:0:0-5:X[01;31mxyzzy[00m 461 1.1 agc Exit status 0. 462 1.1 agc #### TEST: agrep -H -n -s --color --show-position -d X ^xyzzy$ < delimiters.in 463 1.1 agc (standard input):3:0:0-5:X[01;31mxyzzy[00m 464 1.1 agc Exit status 0. 465 1.1 agc #### TEST: agrep -d X -M ^xyzzy$ delimiters.in 466 1.1 agc xyzzyX 467 1.1 agc Exit status 0. 468 1.1 agc #### TEST: agrep -d X -M ^xyzzy$ < delimiters.in 469 1.1 agc xyzzyX 470 1.1 agc Exit status 0. 471 1.1 agc #### TEST: agrep -c -d X -M ^xyzzy$ delimiters.in 472 1.1 agc 1 473 1.1 agc 474 1.1 agc Exit status 0. 475 1.1 agc #### TEST: agrep -c -d X -M ^xyzzy$ < delimiters.in 476 1.1 agc 1 477 1.1 agc 478 1.1 agc Exit status 0. 479 1.1 agc #### TEST: agrep -H -d X -M ^xyzzy$ delimiters.in 480 1.1 agc delimiters.in:xyzzyX 481 1.1 agc Exit status 0. 482 1.1 agc #### TEST: agrep -H -d X -M ^xyzzy$ < delimiters.in 483 1.1 agc (standard input):xyzzyX 484 1.1 agc Exit status 0. 485 1.1 agc #### TEST: agrep -l -d X -M ^xyzzy$ delimiters.in 486 1.1 agc delimiters.in 487 1.1 agc 488 1.1 agc Exit status 0. 489 1.1 agc #### TEST: agrep -l -d X -M ^xyzzy$ < delimiters.in 490 1.1 agc (standard input) 491 1.1 agc 492 1.1 agc Exit status 0. 493 1.1 agc #### TEST: agrep -n -d X -M ^xyzzy$ delimiters.in 494 1.1 agc 3:xyzzyX 495 1.1 agc Exit status 0. 496 1.1 agc #### TEST: agrep -n -d X -M ^xyzzy$ < delimiters.in 497 1.1 agc 3:xyzzyX 498 1.1 agc Exit status 0. 499 1.1 agc #### TEST: agrep -s -d X -M ^xyzzy$ delimiters.in 500 1.1 agc 0:xyzzyX 501 1.1 agc Exit status 0. 502 1.1 agc #### TEST: agrep -s -d X -M ^xyzzy$ < delimiters.in 503 1.1 agc 0:xyzzyX 504 1.1 agc Exit status 0. 505 1.1 agc #### TEST: agrep -M -d X -M ^xyzzy$ delimiters.in 506 1.1 agc xyzzyX 507 1.1 agc Exit status 0. 508 1.1 agc #### TEST: agrep -M -d X -M ^xyzzy$ < delimiters.in 509 1.1 agc xyzzyX 510 1.1 agc Exit status 0. 511 1.1 agc #### TEST: agrep --show-position -d X -M ^xyzzy$ delimiters.in 512 1.1 agc 0-5:xyzzyX 513 1.1 agc Exit status 0. 514 1.1 agc #### TEST: agrep --show-position -d X -M ^xyzzy$ < delimiters.in 515 1.1 agc 0-5:xyzzyX 516 1.1 agc Exit status 0. 517 1.1 agc #### TEST: agrep --color -d X -M ^xyzzy$ delimiters.in 518 1.1 agc [01;31mxyzzy[00mX 519 1.1 agc Exit status 0. 520 1.1 agc #### TEST: agrep --color -d X -M ^xyzzy$ < delimiters.in 521 1.1 agc [01;31mxyzzy[00mX 522 1.1 agc Exit status 0. 523 1.1 agc #### TEST: agrep -H -n -s --color --show-position -d X -M ^xyzzy$ delimiters.in 524 1.1 agc delimiters.in:3:0:0-5:[01;31mxyzzy[00mX 525 1.1 agc Exit status 0. 526 1.1 agc #### TEST: agrep -H -n -s --color --show-position -d X -M ^xyzzy$ < delimiters.in 527 1.1 agc (standard input):3:0:0-5:[01;31mxyzzy[00mX 528 1.1 agc Exit status 0. 529