Hello, I am able to output of static shell commands in CGI for example: ls -l,
But what I is I want to execute a command for instanse the output of a wget command in a cgi script and make the cgi script output this data as it comes in.
Can I do this, or is there any way or class that I can embedd a shell terminal inside a cgi script?