Help for this page

Select Code to Download


  1. or download this
    system('cat', $file)
    
  2. or download this
    #!/bin/sh
    echo "(html header stuff)"
    echo "</pre>"
    cat file1 file2 file3
    echo "</pre></html>"