Searching a word throughout the system without knowing its address [duplicate]

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
This question already has an answer here:
grep for text in *.odt or *.doc files? [duplicate]
1 answer
Recursively search a pattern/text only in the specified file name of a directory?
5 answers
I want to search a word in my computer and i don't know where it is. For example, i wanna search the word Ubuntu in all texts(word, txt,...) on my pc. In present directory, i use cat * | grep Ubuntu and it gives me what i want. But there are two problems.
- It supports only txt files and .odt files are not searched.
- Even in txt files, i should search only in the directory where i am, whatif i wanna search a word that i don't know where it is?
Anyway, the cat and grep are two powerful tools and they help me alot, just i want to know if those options are available.
command-line search grep
marked as duplicate by muru, karel, DK Bose, pa4080, ñÃÂsýù÷ May 29 at 5:21
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
1
down vote
favorite
This question already has an answer here:
grep for text in *.odt or *.doc files? [duplicate]
1 answer
Recursively search a pattern/text only in the specified file name of a directory?
5 answers
I want to search a word in my computer and i don't know where it is. For example, i wanna search the word Ubuntu in all texts(word, txt,...) on my pc. In present directory, i use cat * | grep Ubuntu and it gives me what i want. But there are two problems.
- It supports only txt files and .odt files are not searched.
- Even in txt files, i should search only in the directory where i am, whatif i wanna search a word that i don't know where it is?
Anyway, the cat and grep are two powerful tools and they help me alot, just i want to know if those options are available.
command-line search grep
marked as duplicate by muru, karel, DK Bose, pa4080, ñÃÂsýù÷ May 29 at 5:21
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
And for odt files: askubuntu.com/q/938834/158442
â muru
May 29 at 3:52
There's also recoll.
â DK Bose
May 29 at 4:22
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
This question already has an answer here:
grep for text in *.odt or *.doc files? [duplicate]
1 answer
Recursively search a pattern/text only in the specified file name of a directory?
5 answers
I want to search a word in my computer and i don't know where it is. For example, i wanna search the word Ubuntu in all texts(word, txt,...) on my pc. In present directory, i use cat * | grep Ubuntu and it gives me what i want. But there are two problems.
- It supports only txt files and .odt files are not searched.
- Even in txt files, i should search only in the directory where i am, whatif i wanna search a word that i don't know where it is?
Anyway, the cat and grep are two powerful tools and they help me alot, just i want to know if those options are available.
command-line search grep
This question already has an answer here:
grep for text in *.odt or *.doc files? [duplicate]
1 answer
Recursively search a pattern/text only in the specified file name of a directory?
5 answers
I want to search a word in my computer and i don't know where it is. For example, i wanna search the word Ubuntu in all texts(word, txt,...) on my pc. In present directory, i use cat * | grep Ubuntu and it gives me what i want. But there are two problems.
- It supports only txt files and .odt files are not searched.
- Even in txt files, i should search only in the directory where i am, whatif i wanna search a word that i don't know where it is?
Anyway, the cat and grep are two powerful tools and they help me alot, just i want to know if those options are available.
This question already has an answer here:
grep for text in *.odt or *.doc files? [duplicate]
1 answer
Recursively search a pattern/text only in the specified file name of a directory?
5 answers
command-line search grep
edited May 29 at 3:51
muru
128k19270460
128k19270460
asked May 29 at 3:48
Arch
12310
12310
marked as duplicate by muru, karel, DK Bose, pa4080, ñÃÂsýù÷ May 29 at 5:21
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by muru, karel, DK Bose, pa4080, ñÃÂsýù÷ May 29 at 5:21
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
And for odt files: askubuntu.com/q/938834/158442
â muru
May 29 at 3:52
There's also recoll.
â DK Bose
May 29 at 4:22
add a comment |Â
2
And for odt files: askubuntu.com/q/938834/158442
â muru
May 29 at 3:52
There's also recoll.
â DK Bose
May 29 at 4:22
2
2
And for odt files: askubuntu.com/q/938834/158442
â muru
May 29 at 3:52
And for odt files: askubuntu.com/q/938834/158442
â muru
May 29 at 3:52
There's also recoll.
â DK Bose
May 29 at 4:22
There's also recoll.
â DK Bose
May 29 at 4:22
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
And for odt files: askubuntu.com/q/938834/158442
â muru
May 29 at 3:52
There's also recoll.
â DK Bose
May 29 at 4:22