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” ...
Knowing how to work with and display exit codes on the Linux command line or in scripts can help make errors more obvious. Exit codes on the Linux command line are numeric values that provide feedback ...
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 ...