Can someone help find saved documents using ubuntu?

Hello,
I have saved several documents using Libre writer, and the documents are saved. However, after I close the file for an hour, and I cannot find the saved document. I know the files did save. I have checked every folder, but I do not see my documents. Can anyone tell me how to find these saved documents?
Thank you.

You can search for recently modified files in Ubuntu. Simply open Dash and type the first letters of the filename.

By default the documents should be saved in your home Documents folder.


Try using menu File | “Save as” and from dialog try to find out where the documents are saved.


Try menu Tools | Options | LibreOffice | Paths | look into My Documents path.


There is also menu File | Recent Documents where recent saved documents list should be available.


If you can’t find the file above ways, then open terminal and type in command:sudo find / -name *.odt

Thank you, but I still cannot find the documents. Are there any other ways of finding the documents?

Maybe you didn’t save in standard ODF text file format, but some other format? Which one?


I hope you didn’t open a file using web browser or something and you actually edited temporally file which may be deleted when LibreOffice is closed down… in this case you lost document.


Try the following command in terminal to search all of the files modified today (the list can be huge, depending on how many modifications have you done today): sudo find / -mtime -1 -print