The locate is a command line utility for finding files by name in Linux more efficiently as it uses one or more databases populated by the updatedb program.| How to Install ‘locate Command’ to Find Files in Linux
In this tutorial, we will explain how to find files with SUID (Setuid) and SGID (Setgid) special permissions in Linux filesystem.| How to Find Files With SUID and SGID Permissions in Linux
In this article I will be going to explain advanced commands on grep for the Character Classes and Bracket Expressions in Linux /Unix like operating system.| 11 Advanced Linux ‘Grep’ Commands on Character Classes and Bracket Expres...
This article will guide you how to recursively find all files that contain a particular word or string of text on your Linux system or a given directory.| How to Find a Specific String or Word in Files and Directories
This tutorial will take you through the different ways of finding a directory or files in a Linux filesystem more efficiently as compared to locate command.| Ways to Use ‘find’ Command to Search Directories More Efficiently
Here, we will unveil the real strength of Linux by examining a set of commands which can help in finding and sorting or even a list of files by Date and Time.| How to Find and Sort Files Based on Modification Date and Time in Linux
The Linux Find Command is one of the most important and frequently used command command-line utilities to search and locate the list of files and directories.| 35 Practical Examples of Linux Find Command
Grep is the most powerful file pattern searcher that comes with every Linux distribution. In this article, I will cover some useful grep command examples.| 12 Practical Examples of Linux Grep Command