Top "Find" questions

This tag has multiple meanings.

find files by extension, *.html under a folder in nodejs

I'd like to find all *.html files in src folder and all its sub folders using nodejs. What is the …

node.js find file-extension
Notepad++ newline in regex

Suppose you have this file: x a b c x x a b c x x and you want to …

find notepad++ multilinestring
Search for executable files using find command

What type of parameter/flag can I use with the Unix find command so that I search executables?

bash unix terminal find find-util
How do I find an item by value in an combobox in C#?

In C#, I have variable, a, of type string. How do I find item by value of a in combobox (…

c# combobox find items
Command line: piping find results to rm

I'm trying to work out a command which deletes sql files older than 15 days. The find part is working but …

unix command-line find rm
Numpy: find first index of value fast

How can I find the index of the first occurrence of a number in a Numpy array? Speed is important …

python numpy find
How to count occurrences of a word in all the files of a directory?

I’m trying to count a particular word occurrence in a whole directory. Is this possible? Say for example there …

linux unix count find grep
How can I store the "find" command results as an array in Bash

I am trying to save the result from find as arrays. Here is my code: #!/bin/bash echo "input : " read …

arrays bash variables find
Sublime text 2 - find and replace globally ( all files and in all directories )

Is there any way to find and replace text string automatically in all folder's files?

replace ide find sublimetext2 global
Is there a "Find in Files" shortcut in Eclipse?

Is there a "Find in Files" shortcut in Eclipse, as there is in Visual Studio (Ctrl+Shift+F)? I have …

eclipse file find shortcut