Category Archives: Find Command

Find Command Tutorial: Common Usage Examples

40 practical examples of Linux Find command

This article will share with you 40 practical examples of the most commonly used find command. Continue reading

Posted in Find Command | Tagged , , | Comments Off on 40 practical examples of Linux Find command

How to Find Executable Files by Time Using the Find Command

In Linux and Unix systems, the find command is a powerful utility used to search for files and directories based on various criteria, including time-related conditions. One common use case is finding executable files based on their time attributes. By … Continue reading

Posted in Find Command | Tagged , | Comments Off on How to Find Executable Files by Time Using the Find Command

Practical Guide to Using Find Command for Time-Based File Searches in Linux and Unix Systems

In Linux and Unix systems, the find command is a very useful tool for searching files and directories based on various conditions. Among its functionalities, finding files based on time is a common use case. By specifying different time conditions, … Continue reading

Posted in File & Directory, Find Command | Tagged , , | Comments Off on Practical Guide to Using Find Command for Time-Based File Searches in Linux and Unix Systems

How to find all files containing specific text on Linux?

In linux, to find all files containing a specific text, we can use the grep command, which can search for the specified text in the file. In the following example, we will introduce two methods to find all files containing … Continue reading

Posted in Find Command | Tagged , , | Comments Off on How to find all files containing specific text on Linux?

How to find and locate php.ini in linux/unix

When we work in PHP development, we often encounter situations where we modify the php.ini configuration file. But many people don’t know how to locate php.ini files in the Linux/MAC production and development environment. How to find and locate php.ini … Continue reading

Posted in Find Command | Tagged | Comments Off on How to find and locate php.ini in linux/unix