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

The name of the pictureThe name of the pictureThe name of the pictureClash 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.



  1. It supports only txt files and .odt files are not searched.

  2. 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.







share|improve this 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














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.



  1. It supports only txt files and .odt files are not searched.

  2. 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.







share|improve this 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












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.



  1. It supports only txt files and .odt files are not searched.

  2. 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.







share|improve this question















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.



  1. It supports only txt files and .odt files are not searched.

  2. 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









share|improve this question













share|improve this question




share|improve this question








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












  • 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















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

What makes Checkinstall packages not suitable for distribution?

Running the scala interactive shell from the command line