'); print ('
man 7 glob
)
' . $entry . '
');
$count++;
} elseif ($type == "d") {
print ('• ' . $entry . ' (Repeat search in this directory)
');
$count++;
}
}
/* Output a total */
if ($count == 0) {
print ("No results - try to widen your search.");
} elseif ($count == 1) {
print ("1 result shown.");
} else {
print ($count . " results shown.");
}
?>