Shellscript Programs

Click on any program to download it...
=========================================================

1. Program to add two numbers in shell script and print the sum.

==========================================================

2. Program to find average of three numbers and print in shell script.

==========================================================

3. Program to implement if-else in shell script.

==========================================================

4. Program to find maximum number out of three number in shell script.

==========================================================

5. Program to find factorial of given number using while loop in shell script.

==========================================================


6. Program to implement for loop in shell script.

==========================================================

7. Program to find Fibonacci series of given number using while loop in shell script.

==========================================================

8. Program to find Fibonacci series using for loop in shell script.

==========================================================

9. Program to print reverse number of given number in shell script.

==========================================================

10. Program to implement switch case in shell script .

==========================================================

11. Program to implement array in shell script.

==========================================================

12. Program to find average of first ten numbers using array in shell script.

==========================================================

13. Program to find enter character is vowel or not using switch case in shell script.

==========================================================

14. Program to implement bubble sort on array in shell script.

==========================================================


No comments:

Post a Comment