#!/bin/sh GLOBIGNORE=. (for i in *; do echo -n "$i: "; find "$i" -xdev | wc -l; done) | sort -nk2