Lines Matching refs:basic
1 #### TEST: agrep random basic.in
5 #### TEST: agrep random < basic.in
9 #### TEST: agrep -c random basic.in
13 #### TEST: agrep -c random < basic.in
17 #### TEST: agrep -H random basic.in
18 basic.in:Some random text here.
21 #### TEST: agrep -H random < basic.in
25 #### TEST: agrep -l random basic.in
26 basic.in
29 #### TEST: agrep -l random < basic.in
33 #### TEST: agrep -n random basic.in
37 #### TEST: agrep -n random < basic.in
41 #### TEST: agrep -s random basic.in
45 #### TEST: agrep -s random < basic.in
49 #### TEST: agrep -M random basic.in
53 #### TEST: agrep -M random < basic.in
57 #### TEST: agrep --show-position random basic.in
61 #### TEST: agrep --show-position random < basic.in
65 #### TEST: agrep --color random basic.in
69 #### TEST: agrep --color random < basic.in
73 #### TEST: agrep -H -n -s --color --show-position random basic.in
74 basic.in:1:0:5-11:Some [01;31mrandom[00m text here.
77 #### TEST: agrep -H -n -s --color --show-position random < basic.in
81 #### TEST: agrep -v random basic.in
91 #### TEST: agrep -v random < basic.in
101 #### TEST: agrep -c -v random basic.in
105 #### TEST: agrep -c -v random < basic.in
109 #### TEST: agrep -H -v random basic.in
110 basic.in:Foo bar quux.
111 basic.in:Let's hear an example of correct microphone placing.
112 basic.in:I suppose for something like that one would use a very large number of microphones.
113 basic.in:Extraordinary.
114 basic.in:Take California.
115 basic.in:A-ding-ing-ng-WROOOOM-ding-ding-boing!
116 basic.in:They are micro, mega, mini, mono, and multi.
119 #### TEST: agrep -H -v random < basic.in
129 #### TEST: agrep -l -v random basic.in
130 basic.in
133 #### TEST: agrep -l -v random < basic.in
137 #### TEST: agrep -n -v random basic.in
147 #### TEST: agrep -n -v random < basic.in
157 #### TEST: agrep -s -v random basic.in
167 #### TEST: agrep -s -v random < basic.in
177 #### TEST: agrep -M -v random basic.in
187 #### TEST: agrep -M -v random < basic.in
197 #### TEST: agrep --show-position -v random basic.in
207 #### TEST: agrep --show-position -v random < basic.in
217 #### TEST: agrep --color -v random basic.in
227 #### TEST: agrep --color -v random < basic.in
237 #### TEST: agrep -H -n -s --color --show-position -v random basic.in
238 basic.in:2:0:0-13:Foo bar quux.
239 basic.in:3:0:0-52:Let's hear an example of correct microphone placing.
240 basic.in:4:0:0-83:I suppose for something like that one would use a very large number of microphone…
241 basic.in:5:0:0-14:Extraordinary.
242 basic.in:6:0:0-16:Take California.
243 basic.in:7:0:0-38:A-ding-ing-ng-WROOOOM-ding-ding-boing!
244 basic.in:8:0:0-44:They are micro, mega, mini, mono, and multi.
247 #### TEST: agrep -H -n -s --color --show-position -v random < basic.in
257 #### TEST: agrep -i extra basic.in
261 #### TEST: agrep -i extra < basic.in
265 #### TEST: agrep -c -i extra basic.in
269 #### TEST: agrep -c -i extra < basic.in
273 #### TEST: agrep -H -i extra basic.in
274 basic.in:Extraordinary.
277 #### TEST: agrep -H -i extra < basic.in
281 #### TEST: agrep -l -i extra basic.in
282 basic.in
285 #### TEST: agrep -l -i extra < basic.in
289 #### TEST: agrep -n -i extra basic.in
293 #### TEST: agrep -n -i extra < basic.in
297 #### TEST: agrep -s -i extra basic.in
301 #### TEST: agrep -s -i extra < basic.in
305 #### TEST: agrep -M -i extra basic.in
309 #### TEST: agrep -M -i extra < basic.in
313 #### TEST: agrep --show-position -i extra basic.in
317 #### TEST: agrep --show-position -i extra < basic.in
321 #### TEST: agrep --color -i extra basic.in
325 #### TEST: agrep --color -i extra < basic.in
329 #### TEST: agrep -H -n -s --color --show-position -i extra basic.in
330 basic.in:5:0:0-5:[01;31mExtra[00mordinary.
333 #### TEST: agrep -H -n -s --color --show-position -i extra < basic.in
337 #### TEST: agrep -e -ding basic.in
341 #### TEST: agrep -e -ding < basic.in
345 #### TEST: agrep -c -e -ding basic.in
349 #### TEST: agrep -c -e -ding < basic.in
353 #### TEST: agrep -H -e -ding basic.in
354 basic.in:A-ding-ing-ng-WROOOOM-ding-ding-boing!
357 #### TEST: agrep -H -e -ding < basic.in
361 #### TEST: agrep -l -e -ding basic.in
362 basic.in
365 #### TEST: agrep -l -e -ding < basic.in
369 #### TEST: agrep -n -e -ding basic.in
373 #### TEST: agrep -n -e -ding < basic.in
377 #### TEST: agrep -s -e -ding basic.in
381 #### TEST: agrep -s -e -ding < basic.in
385 #### TEST: agrep -M -e -ding basic.in
389 #### TEST: agrep -M -e -ding < basic.in
393 #### TEST: agrep --show-position -e -ding basic.in
397 #### TEST: agrep --show-position -e -ding < basic.in
401 #### TEST: agrep --color -e -ding basic.in
405 #### TEST: agrep --color -e -ding < basic.in
409 #### TEST: agrep -H -n -s --color --show-position -e -ding basic.in
410 basic.in:7:0:1-6:A[01;31m-ding[00m-ing-ng-WROOOOM-ding-ding-boing!
413 #### TEST: agrep -H -n -s --color --show-position -e -ding < basic.in
417 #### TEST: agrep -w micro basic.in
421 #### TEST: agrep -w micro < basic.in
425 #### TEST: agrep -c -w micro basic.in
429 #### TEST: agrep -c -w micro < basic.in
433 #### TEST: agrep -H -w micro basic.in
434 basic.in:They are micro, mega, mini, mono, and multi.
437 #### TEST: agrep -H -w micro < basic.in
441 #### TEST: agrep -l -w micro basic.in
442 basic.in
445 #### TEST: agrep -l -w micro < basic.in
449 #### TEST: agrep -n -w micro basic.in
453 #### TEST: agrep -n -w micro < basic.in
457 #### TEST: agrep -s -w micro basic.in
461 #### TEST: agrep -s -w micro < basic.in
465 #### TEST: agrep -M -w micro basic.in
469 #### TEST: agrep -M -w micro < basic.in
473 #### TEST: agrep --show-position -w micro basic.in
477 #### TEST: agrep --show-position -w micro < basic.in
481 #### TEST: agrep --color -w micro basic.in
485 #### TEST: agrep --color -w micro < basic.in
489 #### TEST: agrep -H -n -s --color --show-position -w micro basic.in
490 basic.in:8:0:9-14:They are [01;31mmicro[00m, mega, mini, mono, and multi.
493 #### TEST: agrep -H -n -s --color --show-position -w micro < basic.in