Top "Find" questions

This tag has multiple meanings.

jquery: find element whose id has a particular pattern

I am trying to find a span element who has an id in a particular pattern. Its main use is …

asp.net jquery master-pages find element
Faster search for files in Netbeans

Is there an existing plugin or tweak that speeds up the "Go To File" search in Netbeans ? Compared to Eclipse, …

search netbeans find
finding elements by attribute with lxml

I need to parse a xml file to extract some data. I only need some elements with certain attributes, here's …

python attributes find lxml
How to use fill_in with find in Capybara (if possible)

I'd like to do the following but can't due to the nature of fill_in expecting a locator as the …

find capybara
How to strip leading "./" in unix "find"?

find . -type f -print prints out ./file1 ./file2 ./file3 Any way to make it print file1 file2 file3 ?

unix find strip
List all graphic image files with find?

There are many types of graphic images in this huge archive such as .jpg, .gif, .png, etc. I don't know …

linux graphics find
Get index of object in a list using Linq

I am new to Linq. I have a Customers table.ID,FullName,Organization,Location being the columns. I have a …

linq list indexing find indexof
Capturing output of find . -print0 into a bash array

Using find . -print0 seems to be the only safe way of obtaining a list of files in bash due to …

arrays bash null find delimiter
How do I capture the output from the ls or find command to store all file names in an array?

Need to process files in current directory one at a time. I am looking for a way to take the …

arrays bash find capture ls
Notepad++ find in files filter EXCLUDE

I'm looking for a way to get n++'s find in files dialog to exclude certain files... the only reference …

find notepad++