Osv Manual
Osv Manual
NAME: -
ENROLLMENT NO: -
BATCH: -
Department of IT
4th Semester
GYANMANJARI INSTITUTE OF TECHNOLOGY
BHAVNAGAR
CERTIFICATE
This is to certify that
Mr. / Ms
Faculty HOD
Date:
GYANMANJARI INSTITUTE OF TECHNOLOGY OSV - 3141601
INDEX
Sr. PAGE
AIM DATE REMARKS SIGN
No NO.
1 Study of Basic commands of Linux/UNIX.
2 Study of Advance commands and filters of Linux/UNIX.
3 Write a shell script to generate marksheet of a student. Take 3
subjects, calculate and display total marks, percentage and
Class obtained by the student.
4 Write a shell script to display multiplication table of given
number
5 Write a shell script to find factorial of given number n.
6 Write a shell script which will accept a number b and display
first n prime numbers as output.
7 Write a shell script which will generate first n Fibonacci
numbers like: 1, 1, 2, 3, 5, 13, …
8 Write a menu driven shell script which will print the following
menu and execute the given task.
a. Display calendar of current month
b. Display today’s date and time
c. Display usernames those are currently logged in the
system
d. Display your name at given x, y position
e. Display your terminal number
9 Write a shell script to read n numbers as command arguments
and sort them in descending order.
10 Write a shell script to display all executable files, directories
and zero sized files from current directory.
11 Write a shell script to check entered string is palindrome or not.
12 Shell programming using filters (including grep, egrep, fgrep)
13 Study of Unix Shell and Environment Variables.
14 Write a shell script to validate the entered date. (eg. Date format
is: dd-mm-yyyy).
15 Write an awk program using function, which convert each word
in a given text into capital.
16 Write a program for process creation using C. (Use of gcc
compiler).