Top "Find" questions

This tag has multiple meanings.

How to find all commits(files&comments) by a person in cvs

Looking to get a list of all the files (commit comments would be nice too) of a user in cvs.

find cvs
CakePHP 2.1 - How to properly use DISTINCT in find()

I have a question which is driving me crazy and I have to admit I am not that experienced in …

cakephp find cakephp-2.0 distinct extract
How to find an option tag with a specific value using jQuery

I'm trying to set an option with a specific value as selected (using jQuery). I've got a string: var data = …

jquery find option selected
Invalid max count in grep function

If I do a find . -mmin -1 I get 'myfile' which was modified in last one minute. But when I …

linux unix find grep systemtime
More efficient way to find & tar millions of files

I've got a job running on my server at the command line prompt for a two days now: find data/ …

bash find tar
Is there a tool to find unused resources in an Android project?

I'd like to find any unused resources in my Android project - this includes strings, ids, drawables, integers etc. Does …

android resources find
std::lower_bound and std::find on a plain array

I like to use std::algorithm whenever I can on plain arrays. Now I have 2 doubts; suppose I want to …

c++ algorithm stl find lower-bound
ASP.MVC db Find(), but with non-primary key parameter

How does one get a list of results by using a key that is not the primary key? To be …

asp.net-mvc database find composite-primary-key dbset
Is it possible to pipe the results of FIND to a COPY command CP?

Is it possible to pipe the results of find to a COPY command cp? Like this: find . -iname "*.SomeExt" | cp …

linux shell terminal find xargs
find and copy all images in directory using terminal linux mint, trying to understand syntax

OS Linux Mint Like the title says finally I would like to find and copy all images in a directory. …

linux terminal grep find linux-mint