Questions tagged [search]

Search refers to the ability of finding any number of items of information with specified properties among a collection of items sharing the same type of properties.

Search refers to the ability of finding any number of items of information with specified properties within a collection of similar items (items sharing the same type of properties).

Search functionality is implemented through search algorithms. A search algorithm is capable of reading a collection of items and returning only those that satisfy a condition.

Any type of item that can be described through by one or more properties can be searchable. Text, images, files, folders, objects, websites, web pages, all are examples of commonly searchable items.

For more information, see Search Algorithm.

1642 questions
322
votes
4 answers

How can I search within the output buffer of a tmux shell?

I can't get this to work. How can I search the buffer of a tmux shell?
NES
  • 3,331
  • 3
  • 15
  • 6
252
votes
5 answers

How to find files with certain text in the Terminal

I'd like to find all files that contain a certain string of text. How would you do that in the Terminal?
Svish
  • 38,310
  • 61
  • 136
  • 181
202
votes
19 answers

How to add a custom search engine to Firefox?

Is there a way I can add a custom search URL to the Firefox search bar? e.g. I'd like to provide a URL such as http://blahblah.com?search=%s, where Firefox replaces the %s with the content of the search box. Both IE and Opera can do this, but I…
Andrew Grant
  • 2,424
  • 4
  • 18
  • 12
201
votes
13 answers

Windows 10 Search can't find ANY applications. Even calculator

I have problem with Windows 10 Enterprise N x64. When I press "Start" and start to type application name it never finds it. I can't even find applications like "Calculator", "Microsoft Word" or any other. Just moving dots and I let it run for 30…
Hooch
  • 3,843
  • 4
  • 24
  • 24
117
votes
5 answers

How can I search a file by its name and partial path?

Often I have a file name and it's partial path, e.g. "content/docs/file.xml". Is there a simple way to search for that file, without manually cutting into parts its name to provide directory name and file name separately? It'd be great if find…
user69817
108
votes
3 answers

What is the "Search Domains" field for in the tcp/ip DNS settings control panel/preference pane for?

On Mac OS X, if you go to System Preferences -> Network -> Advanced -> DNS on the left is an area where DHCP DNS resolvers show up, or you can enter in your own to override any that your router is dishing out. On the right is a large field for…
user17245
  • 1,417
  • 4
  • 14
  • 14
103
votes
8 answers

Search through text files in Mac OS X

Is there a way to search through all the text files in a folder (and subfolders) for a specific string or bit of text in Mac OS X?
Paul Sheldrake
  • 4,894
  • 11
  • 34
  • 30
90
votes
13 answers

What's a good solution for file-tagging in linux?

I've been looking for a way to tag my files and search/filter them based on those tags. Here are my (updated) requirements : any file readable by the user can be tagged freely a user can search for files matching one or several tags files can be…
julien
  • 1,506
  • 4
  • 15
  • 18
71
votes
5 answers

How to use keyboard to navigate google search results (now that instant search is dead)

As of today, Google Instant Search is dead. This is what it used to look like: https://www.youtube.com/watch?v=ANVT56wlmTo I never cared much for the instant display of results while I typed. However, I did use, hundreds of times a day, the keyboard…
Bill Cheatham
  • 1,339
  • 2
  • 13
  • 14
62
votes
8 answers

Bash: is there a way to search for a particular string in a directory of files?

Possible Duplicate: Search for a text pattern in linux In bash, I was wondering if there were any commands that would let you know if a particular string you are looking for exists within the files located in the current directory you are in. Say…
Dark Templar
  • 2,559
  • 5
  • 24
  • 25
61
votes
7 answers

How to find a folder on Mac OS X 10.5?

I'm on Mac OS X 10.5 (Leopard). What's the best way to find a folder for which I'm not sure of the full name? For example, I know the folder name I want is like: "farm-animal-type" But the full name may be something…
user246114
58
votes
5 answers

Vim - select text highlighted by search?

In vim, I often perform searches to hop to a word or phrase instead of navigating there with h/j/k/l. Then I hit n to hop between occurrences. Say I've got this text: Time flies like an arrow; fruit flies like a banana. - Groucho Marx I type /an…
Nathan Long
  • 26,015
  • 36
  • 102
  • 139
54
votes
3 answers

Windows Search for exact filename and extension only

While searching for Windows.h, I discovered some rather annoying search behaviour on Windows 10. Rather than being presented with a single result of Windows.h, I was presented with an entire laundry list of files with "Windows" in them and "h" in…
xaav
  • 765
  • 1
  • 5
  • 13
51
votes
5 answers

grep for "term" and exclude "another term"

I am trying to build a grep search that searches for a term but exludes lines which have a second term. I wanted to use multiple -e "pattern" options but that has not worked. Here is an example of a command I tried and the error message it…
nelaaro
  • 13,149
  • 30
  • 84
  • 111
51
votes
7 answers

Find all files that are NOT of a specific type/extension in folder?

Windows 7 Ultimate 64bit: I'm looking for a way to find all the files in a directory that are NOT of a specific file type or extension. Example: I'd like to find every file that isn't an .mp3 in my music folder (and all sub folders).
Jeff
  • 675
  • 1
  • 6
  • 6
1
2 3
99 100