> Is there a way to purge domains which are stored under IP only
cd $wwwoffle_cache &&
find http ftp -maxdepth 1 -type d|\
perl -nwe 'print if m@/\d+\.\d+\.\d+\.\d+($|:)@'|
xargs rm -r #UNTESTED!! #maybe

Reply via email to