Remove missing files with SVN?

The following command will rm all missing files from the current subversion repository:

svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )