SyntaxFix
Write A Post
Hire A Developer
Questions
Use read with a heredoc as shown below:
read
read -d '' sql << EOF select c1, c2 from foo where c1='something' EOF echo "$sql"