Top "Find" questions

This tag has multiple meanings.

How to move or copy files listed by 'find' command in unix?

I have a list of certain files that I see using the command below, but how can I copy those …

unix find cp mv
How do I find the current directory of a batch file, and then use it for the path?

I have a batch file that I intend to distribute to our customers to run a software task. We distribute …

file batch-file directory find cd
Why does find -exec mv {} ./target/ + not work?

I want to know exactly what {} \; and {} \+ and | xargs ... do. Please clarify these with explanations. Below 3 commands run and output …

linux find cygwin exec
Check if one list contains element from the other

I have two lists with different objects in them. List<Object1> list1; List<Object2> list2; I …

java list find element
Excel: Search for a list of strings within a particular string using array formulas?

I want to search a cell for a list of words. I thought this would work as an array formula: {=…

excel search excel-formula find
C# - using List<T>.Find() with custom objects

I'm trying to use a List<T> with a custom class of mine, and being able to use …

c# list generics delegates find
jQuery select by attribute using AND and OR operators

I'm thinking about, if it is possible in jQuery to select elements by named attributes using AND and OR. Example: &…

jquery jquery-selectors find operators
How to get span tag inside a div in jQuery and assign a text?

I use the following , <div id='message' style="display: none;"> <span></span> <a …

jquery find elements
find filenames NOT ending in specific extensions on Unix?

Is there a simple way to recursively find all files in a directory hierarchy, that do not end in a …

command-line find
Get all files modified in last 30 days in a directory

CentOS. Need to find files modified in last 30 days to see if any of them have been infected with malware. …

find centos