I wrote: > The number of different .svg filenames is 2896 The following command can be used for this: find . -name "*.svg" | sed 's/\..*\///' | sort | uniq | wc -w -- Stephen Silver