#!/bin/sh

find cas/ -type f \
-not -path 'cas/todo*' \
-not -path 'cas/trash*' \
-not -path 'cas/duplicate*' \
| LC_ALL=C sort | gzip >cas.files.txt.gz