Top "Find" questions

This tag has multiple meanings.

Unable to find Applications folder in Mac's terminal

I tried the following code unsuccessfully find Applications | xargs -0 grep Applications I also tried the following unsuccessfully find Applications

macos find locate
Is there a grep equivalent for find's -print0 and xargs's -0 switches?

I often want to write commands like this (in zsh, if it's relevant): find <somebasedirectory> | \ grep stringinfilenamesIwant | \ grep …

bash unix grep find xargs
Perform a FIND, within VBA, from the bottom of a range up

Is it possible for Find to start from the bottom of a range and work up? I would like my …

excel vba find vlookup
CakePHP 2.1 find using contain with condition

I have the following models. Industry(id, name) Movie(id, name, industry_id) [Industry has many movies] Trailer(id, name, …

cakephp find cakephp-2.1 contains
Use GNU find to show only the leaf directories

I'm trying to use GNU find to find only the directories that contain no other directories, but may or may …

bash shell find gnu
Shell Scripting: Using bash with xargs

I'm trying to write a bash command that will delete all files matching a specific pattern - in this case, …

bash shell find xargs
Using regular expressions to find img tags without an alt attribute

I am going through a large website (1600+ pages) to make it pass Priority 1 W3C WAI. As a result, things …

regex visual-studio find accessibility standards
Get position of selected document in collection [mongoDB]

How to get position (index) of selected document in mongo collection? E.g. this document: db.myCollection.find({"id":12345}) has …

mongodb collections find position
HABTM Relationship -- How Can I Find A Record Based On An Attribute Of The Associated Model

I have setup this HABTM relationship in the past and it has worked before....Now it isn't and I'm at …

ruby-on-rails find has-and-belongs-to-many
opencv finding image cordinates on another image

How to find image "A" coordinates on image "B" which contains image "A". I wrote this program which is only …

image opencv find point