Lines Matching refs:world
75 hello world
77 [[ $REPLY == 'hello world' ]] || err_exit "read builtin failed"
84 world
86 [[ $REPLY == 'hello world' ]] || err_exit "read continuation failed"
90 [[ $REPLY == 'hello world' ]] || err_exit "read builtin failed"
93 world \
96 [[ $REPLY == 'hello world' ]] || err_exit "read continuation2 failed"
271 print 'hello world'
274 if [[ $(getopts $'[+?X\ffoobar\fX]' v --man 2>&1) != *'Xhello world'X* ]]
361 if [[ $($SHELL -c $'printf \'%2$s %1$s\n\' world hello') != 'hello world' ]]