#! /bin/sh i=0 find ~/Mail -type f |xargs xface-gallery |sort |uniq |\ while read -r line; do /bin/echo $line | xface2png > `printf "%04d" $i`.png; i=`expr $i + 1` done # Try ImageMagick's `montage' command to create a composite image.