Vim is a popular text editor that is commonly used in the programming world. One of the most important features…
Browsing: search
find is the basic Unix command used to search files recursively under a directory tree. It is default available in…
The find command is a versatile utility in Linux that allows you to search for files and directories based on…
Apache Solr is an open-source search platform written on Java. Solr provides full-text search, spell suggestions, custom document ordering and…
Sphinx is a simple, relevance and open source full-text search server. It is written in C++ programming language and works…
This tutorial will teach you how to recursively search for files containing a specific string on Linux using the command…
Recursive search is a process by which you search for a specific string in a directory and all its subdirectories.…
ElasticSearch is flexible and powerful open source, distributed real-time search and analytic engine. Using a simple set of APIs, it…
The JavaScript indexOf() method search for the substring in string and returns the position of the first occurrence of a…
How to Find all Files Containing a String in Linux. This tutorial will help you to search all files containing…