file-search Questions

2

Everything is a file searching program. As its author hasn't released the source code, I am wondering how it works. How could it index files so efficiently? What data structures does it use for f...
Caulicle asked 7/12, 2017 at 2:21

3

Solved

First thing is first. I am not a php developer this is something that is needed for my job so I took it on and I am learning as i go Right now we have an excel sheet that holds links for a manuals...
Gruesome asked 1/6, 2017 at 19:29

9

Solved

I'm trying to return the files in a specified directory using a recursive search. I successfully achieved this, however I want to add a few lines of code that will allow me to specify certain exten...
Tresatrescha asked 7/12, 2009 at 14:42

12

Solved

Does anybody know a way to perform a quick fuzzy search on the Linux console? Quite often I come across situations where I need to find a file in a project but I don't remember the exact filename. ...
Usn asked 24/2, 2012 at 22:47

2

Solved

I am new to PHP coding and here am looking for fastest way to do recursive search on all directories for an array of strings. I am doing this way $contents_list = array("xyz","abc","hello"); // t...
Lindbom asked 14/11, 2013 at 6:53

5

Solved

I've made plenty of changes in my solution, using TFS, and I want to search for something only in the files which I edited (which appear in the "Pending Changes"). There is only an option...
Appreciative asked 22/12, 2018 at 19:41

14

Solved

In Windows, I would have done a search for finding a word inside a folder. Similarly, I want to know if a specific word occurs inside a directory containing many sub-directories and files. My searc...
Gonzales asked 8/11, 2010 at 6:50

3

Is there any setting in Eclipse to show only the Maven project where the file resides? I have different Maven projects which are modules of a parent Maven project: projParent |-projWeb |-projM...
Franco asked 22/7, 2013 at 21:7

4

Solved

My objective is to get the number of test methods in a package/folder. I'm able to do that by executing py.test <folder> --collect-only|grep collected This shows the test count as collec...
Aqualung asked 29/7, 2016 at 13:35

8

I am working on a (Java) project in which I have many jars which have a source-jar file attached. Is there any way to make the eclipse "File Search" search for Java files (and txt, xml etc. for th...
Banking asked 14/3, 2011 at 7:32

4

Solved

I have a php, linux server. It has a folder called notes_docs which contains over 600,000 txt files. The folder structure of notes_docs is as follows - - notes_docs - files_txt - 20170831 - 1_...
Planet asked 7/9, 2017 at 20:46

5

If I type Ctrl+Shift+T in Eclipse, an Open Type window opens. But this works only if I am in a Java file (or in the Package Explorer area). I want to open the same window when I press Ctrl+Shift+T...
Handmaid asked 19/9, 2014 at 12:58

1

Solved

How can I search files just like with / command but recursively scanning subfolders? Or maybe there are other approaches to get a list of files that match some pattern in the current folder includi...
Unmusical asked 20/8, 2015 at 14:27

1

Solved

I'm trying to create a custom search à la How to exclude a file extension from IntelliJ IDEA search? in Android Studio. How come the following pattern doesn't exclude R.java files? Note t...
Lance asked 16/4, 2015 at 18:3

3

Solved

How can I scan an entire directory's contents, including its subdirectories' contents, and find the newest .pl file within them using Perl? I want to build a sorted array/list of the full file pat...
Fullfaced asked 28/9, 2011 at 14:51

2

One features I like with Visual Studio is the ability to search in open files only. For example, if I recently did changes to some files and I would like to trace those changes, I might search for ...
Biak asked 27/2, 2011 at 8:4

2

Solved

I am interested in file searching by custom properties. For example, I want to find all JPEG-images with certain dimensions. Something looks like Get-ChildItem -Path C:\ -Filter *.jpg -Recursive |...
Shel asked 2/6, 2010 at 12:56

3

Solved

I need to search a drive (C:, D: etc) for a partuicular file type (extension like .xml, .csv, .xls). How do I preform a recursive search to loop all directories and inner directories and return the...
Grundy asked 13/1, 2009 at 1:52
1

© 2022 - 2024 — McMap. All rights reserved.