Beginner’s Guide to the Linux `sum` Command: Tips and Examples

As you start spending more and more time working on the Linux command line, you tend to learn utilities that aren’t very frequently used. Once such tool is sum, which only offers two features: display checksum and block count for input files. In this short tutorial, we will quickly discuss the basics of sum using some easy to understand examples.

Beginner’s Guide to the Linux ‘yes’ Command: Step-by-Step Examples

Most of the Linux commands you encounter do not depend on other operations for users to unlock their full potential, but there exists a small subset of command line tool which you can say are useless when used independently, but become a must-have or must-know when used with other command line operations. One such tool is yes, and in this tutorial, we will discuss this command with some easy to understand examples.