Quick Tutorial on How to Use Shell Scripting in Linux: Coin Toss App
Simply put, a Shell Script is a program that is run by a UNIX/Linux shell. It is a file that contains a series of commands which are executed sequentially as if they were entered on the command line interface (CLI) or terminal. In this quick tutorial on Shell Scripting, we will write a simple program to toss a coin. Basically, the output of our program should be either HEADS or TAILS (of course, randomly).
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.