how can I search with office documents to locate a specific word or reference

Asked by Paul Feely

I have a large number of files on open/libre in office word or spreadsheet- with MS you can search within these for any reference- can this be done with ubuntu- so far the search tools only look for file names

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu libreoffice Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

find /folder/to/search type f -exec grep -i string {} \;

change '/folder/to/search' to the actual folder to search and 'string' to the thing you want to search for (case insensitive for 'string')

Can you help with this problem?

Provide an answer of your own, or ask Paul Feely for more information if necessary.

To post a message you must log in.