{{ score }}
  # recursively remove all folders and subfolders named 'foo'
rm -rf `find -type d -name foo`