10.10: search for files

Asked by peter

Hi

With the tool "Search for files" I searched a word in a directory and the search couldn't find it. But the word exists.

What can I do? Thanks a lot.
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Solved by:
peter
Solved:
Last query:
Last reply:
Revision history for this message
mycae (mycae) said :
#1

search for files, for performance reasons, only searches file names.

https://help.ubuntu.com/community/FindingFiles

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2
Revision history for this message
delance (olivier-delance) said :
#3

fgrep -r Word_To_Find Folder_Name

Revision history for this message
peter (peter-neuweiler) said :
#4

Thanks a lot.
Peter