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.

1570 questions
271
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
  • 2,821
  • 2
  • 14
  • 6
223
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
  • 34,500
  • 59
  • 129
  • 175
200
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,823
  • 4
  • 21
  • 23
153
votes
12 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
  • 1,934
  • 4
  • 15
  • 12
102
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
94
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,267
  • 3
  • 13
  • 14
89
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,544
  • 10
  • 31
  • 30
82
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,406
  • 4
  • 15
  • 18
66
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,279
  • 2
  • 13
  • 14
60
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,469
  • 5
  • 23
  • 24
56
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
  • 24,089
  • 33
  • 97
  • 137
50
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
  • 665
  • 1
  • 6
  • 6
49
votes
5 answers

How to make Google Chrome search using google.com rather than google.com.hk?

I don't know how Google determines my location; it automatically switches to use google.com.hk. Both google.cn and google.com.hk are inaccessible to me in China, so I want to ensure I always use google.com as the default search site. I've set the…
Xiè Jìléi
  • 16,866
  • 23
  • 85
  • 115
49
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
47
votes
5 answers

Windows 10 Notepad can't find text

When I paste this into Notepad on Windows 10: "first_name"=>"M", "surname"=>"C", "country"=>"Australia" and then try to find the string "name" with Ctrl+F, it comes up blank: Is Notepad's Find function completely useless or am I missing something?
MSC
  • 537
  • 1
  • 5
  • 12
1
2 3
99 100