A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. To know more visit here
- For Mac OS and Windows
- Go to any Online Shell Script Editor to run the Programs
- Some of them are:
- For Linux
- Factorial of a Number
- Factorial of a Number using Function
- Multiplication Table
- Fibonacci upto 'N' Terms
- Prime Number check
- Maximum of Three Numbers
- Minimum of Three Numbers
- Printing of User Data
- Krishnamurthy NUmber Checker
- Triangle with Hypotenous on Right and Reverse Number
- Left Triangle with
*
- Box made with
#
- Array Manipulation
- Largest Number in the Array
- Sorting Elements using Bubble sort