#!/bin/sh
#to be done in the root of the wiki
for X in $(ls $1/wiki.d);
do
echo $X | grep -v -E ".flock|,new|,del|RecentChanges|PmWiki.|Site."
done