write a cgi program that prints date and time at


Write a CGI program that prints date and time at which it was run.

#!/bin/sh

#

# CGI script that prints the date and time at which it was run

#

# Output the document header followed by a blank line

echo Content -type: text /plain

echo

# Output the date

echo This document was created on 'date'

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: write a cgi program that prints date and time at
Reference No:- TGS0282731

Expected delivery within 24 Hours