How to get the module file from module loader

Hi
I have lost a module zip file of previous version but I didnt removed that module completely. I can see that it is still exists in the 2nd table of the module loader page. If i install that it install to the suite. I would like to know how to get the zip file . I hope it should be somewhere in the suite installation folder.

Cheers!

This searches your entire system:

sudo find / -name *.zip 2>/dev/null

and with something like this you can limit it to your suitecrm directory:

sudo find /my/suitecrm/base/dir/ -name php.ini 2>/dev/null