Tag Archives: find

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

List directories recursively in linux/unix

Recursive listing of directories can help us begin to understand the current directory structure. In linux/unix, we can use any of the following commands to list files and directories recursively: ls command find command tree command du command Use the … Continue reading

Posted in How to | Tagged , , , | Comments Off on List directories recursively in linux/unix