I'm building a small collection of different open source packages for some internal testing and using find to locate source codes from wget-s of the various sites. What are the various archiving formats used for source codes, which I can supply to
find ./ -type f -regex ".\(tar.gz\|zip\)$"
to locate source archives efficiently...
tar.gz, .zip, .bz2, .gz, .rar, .jar