This post covers some well-known Linux commands that, when used with particular options and arguments, can save you some time or ensure that what you are doing is what you intended. The first “trick” ...
The cp command on Linux has some cool options that extend its usage. Most users only do vanilla copying and never bother to explore the flags that come with it. After trying out a few, I realized that ...
In this article, I want to cover a more fundamental aspect of shell scripting: working with command arguments. I suspect that most shell scripts go through an evolution with their command flags, ...
Linux is one of the popular operating systems and has seen wide adoption across the globe. It is an open-source, Unix-based operating system with many distributions for computers, embedded systems, ...
While it may seem antiquated in this day and age of modern operating systems, the command line remains the most flexible and powerful way to perform tasks in Linux. The full guide to the Linux command ...
Can you do math on the Linux command line? You sure can! In fact, there are quite a few commands that can make the process easy and some you might even find interesting. Let’s look at some very useful ...