News

To wrap up, in this quick tutorial about writing shell scripts, we learned about shebang, RANDOM, variable assignment, an arithmetic operation using Modulus operator %, if conditional statements, ...
We need to run a script on one of the other machines, so we wrote a little perl script that uses Net::SSH to login and run it, and then we run the perl script from the shell using the backtick ...