#!/bin/sh echo "" find . -type f -name '*.xml' -mindepth 2 | sort -t/ -k3 | while read ; do echo "" done echo ""