0% found this document useful (0 votes)
2 views2 pages

Shell Script Programs

The document lists various shell script programs that perform a range of tasks, including arithmetic operations, string comparisons, and file manipulations. It covers functionalities such as checking for odd/even numbers, finding factorials, and creating directories. Additionally, it includes commands for data handling and user information display using a menu-driven approach.

Uploaded by

joelvar911
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Shell Script Programs

The document lists various shell script programs that perform a range of tasks, including arithmetic operations, string comparisons, and file manipulations. It covers functionalities such as checking for odd/even numbers, finding factorials, and creating directories. Additionally, it includes commands for data handling and user information display using a menu-driven approach.

Uploaded by

joelvar911
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Shell Script Programs

1.​ Shell Script program to perform addition, subtraction, multiplication and division of
two numbers.
2.​ Shell Script program to swap two numbers.
3.​ Shell Script to find whether the given number is odd or even.
4.​ Shell Script program to find largest among three numbers.
5.​ Shell Script program to find largest ‘n’ numbers.
6.​ Shell Script program to find sum and average of given numbers.
7.​ Shell Script program to find factorials of a number.
8.​ Shell Script program to find palindrome of a given number.
9.​ Shell Script program to check if the given year is leap year or not.
10.​Shell Script program to compare two strings.
11.​Shell Script program to print fibonacci series using function.
12.​Shell Script program to find factorial of a number using function.
13.​Shell Script program to reverse a number using function.
14.​Shell Script program to convert binary to decimal.
15.​Shell Script program to find power of a number.
16.​Shell Script program to find gross salary.
17.​Shell Script program to check if the given number is armstrong or not.
18.​Shell Script program to find prime numbers between the limits.
19.​Shell Script program to create new directory and files.
20.​Shell Script program to check whether the two file contents are the same or not.
21.​Shell Script program to check whether given name is directory of file
22.​Use the cat command to create a file with following data:-
​ Roll​ Name​ Mark
​ 1​ Ben​ 70
​ 2​ Gwen​ 100
​ 3​ Kevin​ 80
​ 4​ Priya​ 90
1)​ Print the first 2 rows of the file.
2)​ Print the contents of the last row.
3)​ Print the column names.
4)​ Count the number of lines, words and characters.
23.​Shell Script program to display all the lines that contain a particular string using Grep.
24.​Shell Script program to display all the lines that do not contain a particular string using
Grep.
25.​Shell Script program that lists user details, current user, present working directory and
date, using menu driven method.

You might also like