• Home
  • Raw
  • Download

Lines Matching full:hello

30 testcmd "-Fo ''" "-Fo ''" "" "" "hello\n"
31 testcmd "-Fw ''" "-Fw ''" "" "" "hello\n"
36 echo -e "hello this is test" > foo2
37 echo -e "hi hello" > foo3
39 "foo:this is test\nfoo:this is test2\nfoo2:hello this is test\n" "" ""
50 testcmd "-s" "-hs hello asdf input 2>&1" "hello\n" "hello\n" ""
78 "hello one\nthere one\n" "hello one" "there one"
120 "-q hello missing input 2>/dev/null && echo yes" "yes\n" "hello\n" ""
121 testcmd "-q not found is 1" '-q hello input || echo $?' "1\n" "x" ""
123 '-q hello missing missing 2>/dev/null || echo $?' "2\n" "" ""
125 '-q hello missing missing input 2>/dev/null || echo $?' "2\n" "" ""
127 'hello missing input 2>/dev/null || echo $?' "input:hello\n2\n" "hello\n" ""
130 'hello input empty && echo $?' 'input:hello\n0\n' 'hello\n' ''
166 echo "hello world" > sub/yes/test
168 echo "hello world" > sub/no/test
170 "sub/yes/test:hello world\n" "" ""
175 echo "hello" > dir/f
178 testcmd "" "-rh hello sub 2>/dev/null || echo err" "err\n" "" ""
179 testcmd "" "-Rh hello sub" "hello\n" "" ""
183 testcmd "-F multiple" "-F h input" "this is hello\nthis is world\n" \
184 "missing\nthis is hello\nthis is world\nmissing" ""
185 testcmd "-Fi multiple" "-Fi h input" "this is HELLO\nthis is WORLD\n" \
186 "missing\nthis is HELLO\nthis is WORLD\nmissing" ""
188 "missing\nthis is HELLO\nthis is WORLD\nmissing\n" \
189 "missing\nthis is HELLO\nthis is WORLD\nmissing" ""
191 "missing\nH\nthis is hello\nthis is world\nh\nmissing" ""
193 "missing\nH\nthis is HELLO\nthis is WORLD\nh\nmissing" ""
195 testcmd "-f /dev/null" "-f /dev/null" "" "" "hello\n"