LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   locating zotero.oxt file (https://www.linuxquestions.org/questions/ubuntu-63/locating-zotero-oxt-file-748742/)

Peter Shepard 08-19-2009 10:09 AM

locating zotero.oxt file
 
Hello,

I am trying to locate a zotero plugin in order to use it with openoffice. The file name is "zotero.oxt"

I looked in my home folder under .mozilla/firefox and indeed there are some zotero folders there but not thre file I need. Basically, I am wondering where the Zotero files were put when downloaded?

TIA

catkin 08-19-2009 10:11 AM

Code:

find / -iname '*zotero*' 2> /dev/null

wolfperkins 08-19-2009 10:13 AM

The find command should be your friend here:
Code:

$ find / -mount -name zotero.oxt 2>/dev/null
And repeat for all your mounted filesystems.


All times are GMT -5. The time now is 12:32 AM.