{{ score }}
  # Find all images in and under current directory using regular expression.
# Regex should start with .* because find displays full path.
find . -regextype awk -regex ".*(jpg|jpeg|png)$"