Quick Tutorial on How to Use Shell Scripting in Linux: Coin Toss App

Posted by bob on Oct 12, 2020 10:37 PM EDT
Linux Journal; By Nawaz Abbasi
Mail this story
Print this story

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

  Nav
» Read more about: Story Type: Tutorial; Groups: Community, Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.