Bash Practice Exercises
A collection of 4 posts

Guess The Number Game
Here are a couple of bash scripts example to create a simple game that lets the user guess the number between 1 and 100.
ยท Abhishek Prakash

Check Prime Number
Here are a couple of bash scripts example to check whether a given number is prime or not.
ยท Abhishek Prakash

Calculate Factorial of a Number
Here are a few sample example bash scripts to display the Fibonacci sequence based on a given input.
ยท Abhishek Prakash

Display Fibonacci Series
Here are a few sample example bash scripts to display the Fibonacci sequence based on a given input.
ยท Abhishek Prakash