Top "Find" questions

This tag has multiple meanings.

Unix find: multiple file types

I want to run find -name with multiple file types. Eg. find -name *.h,*.cpp Is this possible?

unix find
How do I form a good predicate delegate to Find() something in my List<T>?

After looking on MSDN, it's still unclear to me how I should form a proper predicate to use the Find() …

c# list delegates find predicate
Can I search for multiple strings in one "find" command in batch script?

I have a windows batch script that will look for a string within a file find /i "WD6" %Inputpath%file.…

windows batch-file find findinfiles
Leave a cell blank if condition is false

Other questions have touched on this and offered solutions that are not viable for a very large data set. I …

excel if-statement find replaceall
MATLAB-style find() function in Python

In MATLAB it is easy to find the indices of values that meet a particular condition: >> a = [1,2,3,1,2,3,1,2,3]; >&…

python matlab find
Find and Replace symbol for whole project intellij?

In IntelliJ IDEA, is there an option to find and replace a symbol for whole project with on time operation?

java intellij-idea replace find intellij-14
TypeError: list indices must be integers, not str (boolean convertion actually)

import nltk import random from nltk.corpus import movie_reviews documents=[(list(movie_reviews.words(fileid)),category) for category in …

python find movie review
Delete files with string found in file - linux cli

I am trying to delete erroneous emails based on finding the email address in the file via Linux CLI. I …

linux file find command-line-interface rm
How to find files excluding symbolic links?

I want to find files in Linux that follow a certain pattern but I am not interested in symbolic links. …

linux find symlink
How to find recursively for a tag of XML using LXML?

<?xml version="1.0" ?> <data> <test > <f1 /> </test > <test2 > <…

python xml find lxml