                                                                                                                                                                            

<?php
//-->-->-->-->-->-->-->-->-->-->-->-->-->-->
  include "/home/waggacwc/public_html/refurb/RETRO-GLOBALS.php";

  //$sCommand = "sed -f $WEBROOT/refurb/product-data/lib/document-to-html.sed $WEBROOT/refurb/docs/wagga-jobs.txt";

  $sCommand = "sed -V";

  $sCommandResult = 
     shell_exec($sCommand.' 2>&1');
//--<--<--<--<--<--<--<--<--<--<--<--<--<--<
?>

<html><body>

<!--
  <strong>The directory:</strong>
  The command returned the following messages (if these messages
  only contain a list of file names, then the backup worked).
  <br>
  <pre>
    <?=//htmlspecialchars($sCommandResult)?>
  </pre>
-->

    <?=$sCommandResult?>


</body>
</html>



                                                                                                                                                                            