Re: Filtering pure IP domain names
Dan Jacobson <[email protected]>
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
> 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