Created
August 2, 2024 11:36
-
-
Save sween/5a349e7e42c7bb1988380498c4f8dc1d to your computer and use it in GitHub Desktop.
read here into var
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read -d '' sql << EOF | |
select c1, c2 from foo | |
where c1='something' | |
EOF | |
echo "$sql" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment