Lines Matching refs:found
1 #### TEST: agrep this-will-be-found exitstatus.in
2 this-will-be-found
5 #### TEST: agrep this-will-be-found < exitstatus.in
6 this-will-be-found
9 #### TEST: agrep -c this-will-be-found exitstatus.in
13 #### TEST: agrep -c this-will-be-found < exitstatus.in
17 #### TEST: agrep -H this-will-be-found exitstatus.in
18 exitstatus.in:this-will-be-found
21 #### TEST: agrep -H this-will-be-found < exitstatus.in
22 (standard input):this-will-be-found
25 #### TEST: agrep -l this-will-be-found exitstatus.in
29 #### TEST: agrep -l this-will-be-found < exitstatus.in
33 #### TEST: agrep -n this-will-be-found exitstatus.in
34 1:this-will-be-found
37 #### TEST: agrep -n this-will-be-found < exitstatus.in
38 1:this-will-be-found
41 #### TEST: agrep -s this-will-be-found exitstatus.in
42 0:this-will-be-found
45 #### TEST: agrep -s this-will-be-found < exitstatus.in
46 0:this-will-be-found
49 #### TEST: agrep -M this-will-be-found exitstatus.in
50 this-will-be-found
53 #### TEST: agrep -M this-will-be-found < exitstatus.in
54 this-will-be-found
57 #### TEST: agrep --show-position this-will-be-found exitstatus.in
58 0-18:this-will-be-found
61 #### TEST: agrep --show-position this-will-be-found < exitstatus.in
62 0-18:this-will-be-found
65 #### TEST: agrep --color this-will-be-found exitstatus.in
66 [01;31mthis-will-be-found[00m
69 #### TEST: agrep --color this-will-be-found < exitstatus.in
70 [01;31mthis-will-be-found[00m
73 #### TEST: agrep -H -n -s --color --show-position this-will-be-found exitstatus.in
74 exitstatus.in:1:0:0-18:[01;31mthis-will-be-found[00m
77 #### TEST: agrep -H -n -s --color --show-position this-will-be-found < exitstatus.in
78 (standard input):1:0:0-18:[01;31mthis-will-be-found[00m
81 #### TEST: agrep -v this-will-be-found exitstatus.in
86 #### TEST: agrep -v this-will-be-found < exitstatus.in
91 #### TEST: agrep -c -v this-will-be-found exitstatus.in
95 #### TEST: agrep -c -v this-will-be-found < exitstatus.in
99 #### TEST: agrep -H -v this-will-be-found exitstatus.in
104 #### TEST: agrep -H -v this-will-be-found < exitstatus.in
109 #### TEST: agrep -l -v this-will-be-found exitstatus.in
113 #### TEST: agrep -l -v this-will-be-found < exitstatus.in
117 #### TEST: agrep -n -v this-will-be-found exitstatus.in
122 #### TEST: agrep -n -v this-will-be-found < exitstatus.in
127 #### TEST: agrep -s -v this-will-be-found exitstatus.in
132 #### TEST: agrep -s -v this-will-be-found < exitstatus.in
137 #### TEST: agrep -M -v this-will-be-found exitstatus.in
142 #### TEST: agrep -M -v this-will-be-found < exitstatus.in
147 #### TEST: agrep --show-position -v this-will-be-found exitstatus.in
152 #### TEST: agrep --show-position -v this-will-be-found < exitstatus.in
157 #### TEST: agrep --color -v this-will-be-found exitstatus.in
162 #### TEST: agrep --color -v this-will-be-found < exitstatus.in
167 #### TEST: agrep -H -n -s --color --show-position -v this-will-be-found exitstatus.in
172 #### TEST: agrep -H -n -s --color --show-position -v this-will-be-found < exitstatus.in
177 #### TEST: agrep this-wont-be-found exitstatus.in
180 #### TEST: agrep this-wont-be-found < exitstatus.in
183 #### TEST: agrep -c this-wont-be-found exitstatus.in
187 #### TEST: agrep -c this-wont-be-found < exitstatus.in
191 #### TEST: agrep -H this-wont-be-found exitstatus.in
194 #### TEST: agrep -H this-wont-be-found < exitstatus.in
197 #### TEST: agrep -l this-wont-be-found exitstatus.in
200 #### TEST: agrep -l this-wont-be-found < exitstatus.in
203 #### TEST: agrep -n this-wont-be-found exitstatus.in
206 #### TEST: agrep -n this-wont-be-found < exitstatus.in
209 #### TEST: agrep -s this-wont-be-found exitstatus.in
212 #### TEST: agrep -s this-wont-be-found < exitstatus.in
215 #### TEST: agrep -M this-wont-be-found exitstatus.in
218 #### TEST: agrep -M this-wont-be-found < exitstatus.in
221 #### TEST: agrep --show-position this-wont-be-found exitstatus.in
224 #### TEST: agrep --show-position this-wont-be-found < exitstatus.in
227 #### TEST: agrep --color this-wont-be-found exitstatus.in
230 #### TEST: agrep --color this-wont-be-found < exitstatus.in
233 #### TEST: agrep -H -n -s --color --show-position this-wont-be-found exitstatus.in
236 #### TEST: agrep -H -n -s --color --show-position this-wont-be-found < exitstatus.in
239 #### TEST: agrep -v this-wont-be-found exitstatus.in
240 this-will-be-found
245 #### TEST: agrep -v this-wont-be-found < exitstatus.in
246 this-will-be-found
251 #### TEST: agrep -c -v this-wont-be-found exitstatus.in
255 #### TEST: agrep -c -v this-wont-be-found < exitstatus.in
259 #### TEST: agrep -H -v this-wont-be-found exitstatus.in
260 exitstatus.in:this-will-be-found
265 #### TEST: agrep -H -v this-wont-be-found < exitstatus.in
266 (standard input):this-will-be-found
271 #### TEST: agrep -l -v this-wont-be-found exitstatus.in
275 #### TEST: agrep -l -v this-wont-be-found < exitstatus.in
279 #### TEST: agrep -n -v this-wont-be-found exitstatus.in
280 1:this-will-be-found
285 #### TEST: agrep -n -v this-wont-be-found < exitstatus.in
286 1:this-will-be-found
291 #### TEST: agrep -s -v this-wont-be-found exitstatus.in
292 0:this-will-be-found
297 #### TEST: agrep -s -v this-wont-be-found < exitstatus.in
298 0:this-will-be-found
303 #### TEST: agrep -M -v this-wont-be-found exitstatus.in
304 this-will-be-found
309 #### TEST: agrep -M -v this-wont-be-found < exitstatus.in
310 this-will-be-found
315 #### TEST: agrep --show-position -v this-wont-be-found exitstatus.in
316 0-18:this-will-be-found
321 #### TEST: agrep --show-position -v this-wont-be-found < exitstatus.in
322 0-18:this-will-be-found
327 #### TEST: agrep --color -v this-wont-be-found exitstatus.in
328 this-will-be-found
333 #### TEST: agrep --color -v this-wont-be-found < exitstatus.in
334 this-will-be-found
339 #### TEST: agrep -H -n -s --color --show-position -v this-wont-be-found exitstatus.in
340 exitstatus.in:1:0:0-18:this-will-be-found
345 #### TEST: agrep -H -n -s --color --show-position -v this-wont-be-found < exitstatus.in
346 (standard input):1:0:0-18:this-will-be-found
352 this-will-be-found
358 this-will-be-found
372 exitstatus.in:this-will-be-found
378 (standard input):this-will-be-found
392 1:this-will-be-found
398 1:this-will-be-found
404 0:this-will-be-found
410 0:this-will-be-found
416 this-will-be-found
422 this-will-be-found
428 0-1:this-will-be-found
434 0-1:this-will-be-found
440 [01;31mt[00mhis-will-be-found
446 [01;31mt[00mhis-will-be-found
452 exitstatus.in:1:0:0-1:[01;31mt[00mhis-will-be-found
458 (standard input):1:0:0-1:[01;31mt[00mhis-will-be-found