Top "Find" questions

This tag has multiple meanings.

Find command with regex for multiple file extension

I was wondering if this is possible in find command. I am trying to find all the specific files with …

regex file sed find xargs
Insert new DIV between two DIVs that have the same class and are immediate siblings

Struggling with this one for a while now. My markup simplified: <div class=row> <div class="somediv"&…

jquery find next appendto
mongodb $not _id

I need a way to search but not include an _id which is already on the screen in front of …

mongodb find notin
How can I search my directory tree for contents within a file for a git managed project?

I like the unix find command but I always find it too 'fiddly' to use when I want to search …

git search find grep directory-tree
Find all link in a div element and disable them all

Assume that I have some HTML elements like these : <div id="content_div"> <span><a …

jquery html hyperlink find disable-link
Delphi: TStringList.Contains?

Is there any integrated solution in Delphi 2007 to check whether a TStringList contains a part of a certain value? e.…

delphi find compare tstringlist
How to find non-printable characters in the file?

I tried to find out the unprintable characters in data filein unix. Code : #!/bin/ksh export SRCFILE='/data/temp1.…

file grep find non-ascii-characters
Using find to delete all subdirectories (and their files)

I'm sure this is straight forward and answered somewhere, but I didn't manage to find what I was looking for. …

bash recursion find subdirectory rm
VBA find cell of closest value

I have an excel file that looks like: 12123 51212 12123.5 45832 12124 37656 12124.5 32987 12125 42445 and so on, where column A is always 0.5 increasing and column B …

vba find cell closest
Linux find and delete files but redirect file names to be deleted

Is there a way to write the file names to a file before they are deleted for reference later to …

linux find command delete-file