Lines Matching refs:one
7 BIGTEST="one\ntwo\nthree\nfour\nfive\nsix\nseven\neight\nnine\nten\neleven\n"
9 testing "tail" "tail && echo yes" "oneyes\n" "" "one"
64 echo 111 > one
65 testing "-f one" \
66 'tail -f one & sleep .25 ; echo two >> one; sleep .25; echo three >> one; sleep .25; kill $! >/dev/null' \
68 rm one
70 echo uno > one
73 testing "-f one two three" \
74 'tail -f one two three & sleep .25 ; echo more >> three ; echo also >> one; sleep .25; kill $! >/dev/null' \
75 "==> one <==\nuno\n\n==> two <==\ndos\n\n==> three <==\ntres\nmore\n\n==> one <==\nalso\n" "" ""
76 rm one two three