Hacker News new | ask | show | jobs
by Xophmeister 3070 days ago
There’s also a variant, where you single quote the marker, that won’t expand variables:

    cat <<‘EOF’
    This will not be ${expanded}
    EOF