Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

INDEX

Exp.No Date Name of the Experiment Page No Remarks

Basic UNIX commands


1 2 3 4 5

General purpose commands Directory Handling commands File Handling commands Pattern Searching commands Pipes and Filters commands

Shell Programs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Sum and product for the given two numbers Reading file names from current working directory To check whether the given number is odd or even To check whether the given number positive, negative or zero To find largest of three numbers To convert Fahrenheit to centigrade and vice versa To perform Arithmetic Operations To find sum of first N natural numbers To find sum of sum of digits To find factorial of a given number To generate Fibonacci series To reverse the given string To count number of vowels in the given string To find whether given number is Armstrong or not To generate student marks details

INDEX
Page No

Exp.No

Date

Name of the Experiment

Remarks

UNIX C programs
1 2 3 4 5 6 7 8 9 10

To search an element by linear search using function To search an element by binary search using function To find factorial of given number using recursion To generate Fibonacci series using recursion To print the elements of an array using pointers To find the length of the string using pointers To compare the strings using pointers To concatenate strings using dynamic storage allocation To copy strings using dynamic storage allocation To copy the content of one file to another using FILE

You might also like