Lines Matching refs:EOF
81 cat > /dev/null <<EOF # comments should not cause core dumps heredoc83 EOF143 if [[ $(cat << EOF #testing146 EOF) != $'#abc\nabc' ]]151 : << EOF168 EOF171 cat << EOF heredoc173 EOF187 : << EOF206 EOF223 cat <<-EOF225 EOF238 cat <<- \EOF244 EOF249 got=$( cat << EOF heredoc252 EOF)