John S Gwynne <jsg at coulomb.eng.ohio-state.edu> Wrote: | This is not EFI related, but I thought you might find this of | interest. I did a | | for i in `cat diy_efi | sed "s/>//; s/.*\.//" | sort -f -u`; | do grep -i "\.$i$" diy_efi | wc -l | sed "s/^ */$i /"; done | I really don't get it when people say unix is hard to understand.... :-) --steve