Lines Matching refs:cat
36 cat > $f <<!
42 cat > $g <<\!
46 cat > $g <<- !
50 cat > $g <<- \!
55 cat > $g <<!
59 cat > $g <<!
63 cat > $f <<\!!
69 cat > $g <<!!
80 eval `echo 'cat <<x'` "|| err_exit "eval `echo 'cat <<x'` core dumps"
81 cat > /dev/null <<EOF # comments should not cause core dumps
84 cat >$g << :
88 x=$(print $( cat <<HUP
96 y=$(cat <<!
107 cat << EOF
112 print 'builtin -d cat
113 cat <<- EOF'
122 x=$(/bin/cat <<!
128 cat << EOF
130 if [[ $( IFS=:;cat <<-!
135 if x=$($SHELL -c 'cat <<< "hello world"' 2> /dev/null)
137 x=$($SHELL -c 'v="hello world";cat <<< $v' 2> /dev/null)
139 x=$($SHELL -c 'v="hello world";cat <<< "$v"' 2> /dev/null)
143 if [[ $(cat << EOF #testing
149 cat > "$f" <<- '!!!!'
150 builtin cat
171 cat << EOF
179 cat > "$f" <<- '!!!!'
183 /bin/cat <<- !
212 printf $'cat <<# \\!!!\n\thello\n\t\tworld\n!!!' > $f
214 printf $'w=world;cat <<# !!!\n\thello\n\t\t$w\n!!!' > $f
223 cat <<-EOF
228 [[ $($SHELL -c 'g(){ print ok;}; cat <<- EOF
238 cat <<- \EOF
240 { cat ; } <<MARKER
249 got=$( cat << EOF