Let's take a basic example: Let's say I want to make sure that the number of files in my system is always 100. ls -al | wc -l returns 100. I want to drop this into a loop, and if the output of this ...