find . -type f -print0 | xargs -0 stat -f "%m %N" | sort -n | cut -d" " -f2