How To Use sshpass For Non-interactive SSH login In Scripts In Linux And FreeBSD

In this guide, we will learn what is sshpass utility, how to install sshpass in Linux and FreeBSD systems, and how to use sshpass for non-interactive SSH login in shell …

How To Perform Arithmetic Operations In Bash

In this article, we will focus on how to do mathematical operations in bash scripts. We can perform arithmetic operations in Bash using the built-in and external tools. First, we …

Bash Scripting – Select Loop Explained With Examples

We have seen about bash for loop, while loop, and until loop in our previous articles with detailed examples. Bash offers one more type of loop called select loop, which …