What is the wildcard function for finding a list of docs to open containing a specific word?

Asked by Roger Thegreat

Trying to find all files containing the word "list" in my documents folder. I tried *list*.* like I would have in Excel or Word, but that does not work. Sorry, I know this is probably a stupid question for those of you who are familiar with this type of system, but I can't figure this one out....

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu openoffice.org Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Aruna Hewapathirane (aruna-hewapathirane) said :
#1

Please open a terminal in your document directroy

Then run : grep list *.*

Basically what this does is find all the file sin the directory you run grep from that contain the word 'list'.

More info here :https://help.ubuntu.com/community/grep

Can you help with this problem?

Provide an answer of your own, or ask Roger Thegreat for more information if necessary.

To post a message you must log in.