Finding objects on the filesystem
When working with Plone it is prety common to have to find something skin object on the filesystem. These are my quick notes for that.
finding objects by name
$ find -name 'inandout*' -print
greping for items by content
$ grep -ri "Plone and its visual design" *