News

Let’s say you have a file named dev.conf and you can’t remember where you saved it. Using the find command you could do a quick search through the entire filesystem with the command: find ...
Searching for Files with the Linux find Command. When you need to locate a specific file on your Linux system, the find command comes to the rescue. The find command is a built-in tool that allows you ...
The Linux find command makes it easy to find files on your system – even if you don’t remember their names or exactly when you last updated them. Some of the options are a bit more challenging ...
In this how-to, we’ll look at various ways of using the find command to help us find files and directories across the Linux filesystem. Sometimes we misplace a file or directory and we can spend ...
The find Command: Searching for Large Files. The find command in Linux is a powerful utility for seeking out files that meet specific criteria. To hone in on large files, we can employ the find ...
Quick LinksThe locate CommandThe find CommandThe whereis CommandWhen to Use Each CommandLinux offers more than one way to find what you're looking for, including commands like locate, find, and ...
The setup: I have a directory. In this directory is a series of subdirectories. In each subdirectory are four or five text files. The files are all named identically from directory to directory; i ...
Compared with their internet brethren, today's desktop search tools can be used not only to look for the names of files on your disk, but can also perform context-sensitive searches within email ...