Bash Text
One of the most important features of Bash is to handle large strings. Here is an example of how you can use multi-line strings in Bash to represent documents:
document=$(cat <<EOF
This is a multi-line string
representing a document.
You can have as...
sagecode.hashnode.dev3 min read