Top "Locate" questions

locate is the main command in the mlocate package.

How can I `find` files matching pattern within a directory matching another pattern from the command line?

Say I want to find all files in /Path named file_name*. Easy: $ find /Path -name "file_name*" /Path/foo1/…

linux command-line grep locate
How should I use getResource() in Java?

This question is asked in numerous places, with myriad small variations. (Such as Java - getClassLoader().getResource() driving me bonkers …

java resources locate getresource
Locate excel 2007 Pivot table

Can someone tell me how I can find all the pivot tables in a workbook (or sheet)? In some cases …

excel pivot-table locate
Call to a member function on null error CodeIgniter

Please dont`t ask why I have more than one controller: this is what my teacher wants. I have 3 controllers: …

php codeigniter locate
Can't locate Moo.pm in @INC

I am trying to run a .pm program in dzsoft perl editor. but i got this error Can't locate Moo.…

perl locate moo
Where is the assembly file?

i created a simple application , and i read in a book that the C# or any .net program is converted …

c# .net assemblies locate probing
bash locate command with pattern

I try to find a file with locate command. It behaves itself some strange with patterns, at least not like …

bash locate
Delphi TClientDataSet Locate problems

I'm using Delphi7, MS Vista and Devart's dbExpress drivers (version 4.70). I drop a TSQLConnection, a TSQLTable (tabA), a TDataSetProvider, a …

delphi delphi-7 tclientdataset locate
Use command grep and locate

How I can make the grep command locate certain words in the files specified by the routes found by the …

linux search command-line grep locate
How to locate elements with Appium and Python?

Testing a simple Calculator App on Android Device. Tried many methods to locate an element, but failed. The information I …

python webdriver element appium locate