Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f068c8664bdf3e854ed60c4dd3e85dfc > files > 6

apache-mod_bash-0.1.1-3mdv2010.0.i586.rpm

<h1>Test 2: list of users</h1>

<html>
<table>
  <?bash for i in `ls -1 /home`; do ?>
  <tr><td style="border: 1px solid #000;"><?bash echo $i; ?></td></tr>
  <?bash done; ?>
</table>
</html>