Help for this page

Select Code to Download


  1. or download this
    ############################################################
    #myShell.sh
    ...
    print "This is the list of files in ur current dir\n";
    `ls -al`;
    print "End Of Script\n";
    
  2. or download this
    ############################################################ 
    #myCGI.cgi
    ...
    Line 4 : print ` etc/webtop/cgi-bin/myShell.sh `
    Line 5 : print “</BODY>”;
    Line 6 : print “</HTML>”;