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 ...
One of the best things about Linux is that it offers several ways of handling every task. Everything you do in Linux will have an alternative method, from the simplest to the most complex. But don't ...
Working on the command line is an integral part of being a successful Linux user. You need to have a firm grasp of certain commands to work effectively. There are even certain commands that you must ...
The Linux comm command makes it easy to compare a couple text files and determine if they both contain the same lines -- whether the file contents are sorted or not. The comm command on Linux systems ...
This command will create multiple split files, each containing 4 lines . Verbose Mode and Customizing Suffix When using the split command, you can enable the verbose mode to receive a diagnostic ...
Have you ever needed to save the contents of your clipboard for later usage? When that happens, you probably open a new text document or note, paste the contents to the file and save the file for ...
There are a number of tools that you use to compress files on Linux systems, but they don't all behave the same way or yield the same level of compression. In this post, we compare five of them. There ...