Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Hi, whenever I run the below script I'm getting a quot;Line 4: Command Error.quot; Can someone help me please?
Hi, whenever I run the below script I'm getting a "Line 4: Command Error." Can someone help me please? Thank you.
#!/bin/bash
#sysinfo_page -A script to produce an HTML file
title= "My System Information for"
cat <<- _EOF_
<html>
<head>
<title>
$title $HOSTNAME
</title>
</head>
<body>
<h1>$title $HOSTNAME</h1>
<body>
</html>
_EOF_