LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where are the KDE files hidden? (https://www.linuxquestions.org/questions/linux-newbie-8/where-are-the-kde-files-hidden-494650/)

sneckert 10-22-2006 01:50 PM

Where are the KDE files hidden?
 
Hi;
I am having a hard time finding the KDE files for some old spread sheets and templates that I no long need. I can't find any way to delete or remove them in Koffice and I can't find them anywhere on my computer. Can anyone tell me how to delete them or were they are, so I can remove them?
Thank you, Stephen

pixellany 10-22-2006 02:45 PM

I assume that you mean files generated by the "K" spreadsheet program. Try this:
Code:

find /home -name *.xyz
(replace "xyz" with the file extension for the type of file you are looking for.)

If the files are not in /home, then try:
Code:

find / -name *xyz
This takes a bit longer because it searches the whole file system.


All times are GMT -5. The time now is 03:04 PM.