#! /bin/sh for f in * do echo -n `../bin/list_members $f | wc -l` ;printf "\t$f\n" done