News

As is the case with any operating system, file management is an important part of using Linux. Sometimes, it becomes necessary to delete files in order to free up space or to remove unnecessary files.
The rdfind command, which stands for “Redundant Data Find,” is a free and open-source command line tool used to remove duplicate files in Linux. It uses a “Ranking Algorithm” to sort the files based ...
We have seen how to fully erase the contents of your hard disk, but what happens if all you want is to permanently delete one, two or a dozen files? This guide shows you some of the most popular ...
The rm (remove) command is the most obvious way to remove files that you no longer need on your Linux system, and it includes some very useful options. There are a number of other options ...
Remove White Space from File Name using for loop and mv Command Alternatively ... Unfortunately, this utility is not preinstalled on major Linux distributions, but you can easily install it from ...
When you look at the file, there are a large number of files available, and among them, you are looking to remove the file that is X days older, or maybe X times older, than when you last accessed or ...
If you’re working at the Linux command line and you need to remove an empty directory that you don’t use any longer, then all you have to do is type rmdir followed by the name of the directory. For ...
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 ...
Understanding how to delete a file in Linux is an important part of a keeping your computer's file system well-organized. Without regular maintenance, hard drives can quickly become disorganized ...