#!/bin/bash
cd /home/crystalfaeries.net
ls -FlatR $( find . -type f \
| grep -v /clairvoyance/ \
| grep -v '\.du\.txt$' \
| grep -v '\.exclude.*\.txt$' \
| grep -v favicon \
| grep -v '^.*-\.html$' \
| grep -v /imgs/ \
| grep -v /crystalfaery.github.com/ \
| grep -v /old/ \
| grep -v /private/ \
| grep -v 'prey\..*\.txt$' \
| grep -v '.*\.swp$' \
| grep -v touch-icon \
| grep -v '.*\.vcf$' \
| grep -v /webalizer \
| grep -v /wpad.dat \
| grep -v /myopenid-hosted-verification.html \
) | sed 's/ \.\// http:\/\/crystalfaeries.net\//' \
| less


syntax highlighted by Code2HTML, v. 0.9.1