d. I'll do this when I take the time to really read the "find" man-page and figure out a way to select both ".tar" and ".tar.gz" files. Probably very simple, I just haven't messed with it yet.
find . -name '*.tar' -print -o -name '*.tar.gz' -print