EXECUTION CHART
S.NO PROGRAM DATE SIGNATURE
Find the shell script to find greatest
1.)
out of two number
Write a shell script to check if a
2.)
number is prime or not
Write a shell script to check if a
3.)
number is Armstrong or not
4.) Write a shell script to print reverse
of a number.
5.) Write a shell script to find factorial
of a number.
Write a shell script to print
6.)
Fibonacci series.
Write a shell script to print
following pattern:
7.) 1
12
123
1234
12345
Write a shell script to show current
8.)
time only.
Write a shell script to print reverse
9.)
of a string and check if it is
palindrome or not
Write a shell script to check if a file
10.)
exists or not .If it does convert all
its into uppercase
Write a shell script which accepts
11.)
the word ‘oak” as an answer
(regardless of whether its upper
case or lower case) to any question
asked.
Write a shell script that will find
12.)
the next available user id in
/etc/passwd
Write a shell script to read and
13.)
display a username with its log in
time