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 ...
We’ve all got to that point on a given system where we start to run out of storage space. Do we buy more storage, perhaps one of the best SSDs, or do we search and find the largest files quickly? In ...
You may find yourself in a situation where you remember the content of a file but not its name. Linux offers various commands to help you find files based on specific text strings within them. By ...
10 ways to use grep to search files in Linux Your email has been sent The grep command is a powerful tool for searching for files or information. Learn some strategies for using it effectively.
What are Command Line Arguments and why would you use them? Command line arguments are extra commands you can use when launching a program so that the program's functionality will change. Depending on ...
Hidden files are a standard feature in Linux. Some applications save configuration files and other data in hidden files or folders that aren't visible by default. Fortunately, Linux makes working with ...