There is a script (Ubuntu) .cgi ... it displays the Html page. In the html, the call of this script with the parameters is written like this (they work ok) day_detail.cgi?year=2013&month=07&day=07
. I want to make a conclusion in the textbook for personal needs. I do this through the shell: ./day_detail.cgi?year=2013&month=07&day=07 > /var/www/posmotr.txt
- gives an error.
How? thank.