Lines Matching refs:two
23 testing "grep -e -e" "grep -e one -e two -e three input" \
24 "two\ntwo\nthree\none\n" "two\ntwo\nthree\nand\none\n" ""
54 testing "grep -n two inputs" "grep -hn def - input" "2:def\n2:def\n" \
72 testing "grep -vo" "grep -vo one input" "two\nthree\n" "onetwoonethreeone\n" ""
81 echo -e "three\ntwo\none" > sub/two
83 testing "grep -r file" "grep -r three sub/two" "three\n" "" ""
84 testing "grep -r dir" "grep -r one sub | sort" "sub/one:one\nsub/two:one\n" \
96 testing "grep -w '' 2" "grep -w '' input" "one two\n" "one two\n" ""
109 testing "grep -HnC" "grep -HnC1 two" \
110 "(standard input)-1-one\n(standard input):2:two\n(standard input)-3-three\n" \