Syntax error: end of file unexpected (expecting "}") – Ubuntu
I am running the following script within a longer html file report_home_space () { cat <<- _EOF_ <h2>Home Space Utilization</h2> <pre>$(du -sh /home/*)</pre> _EOF_ return } cat <<- _EOF_ <html> * other html here * </html> _EOF_ Why I am…