Practical - File - CA304 - List of Experiments
Practical - File - CA304 - List of Experiments
2
Explain how following commands would work? Cat, tty, pwd, cd, head, tail
3
Explain how following commands would work? More, wc, ln and chmod.
4 Explain how following commands would work? Cp, Mv, mkdir, Rm, Rmdir, Diff,
Cmp, comm
5
Explain how following commands would work? Grep, egrep, fgrep
6
Explain the following commands, cut, uniq, sort and paste
7
Write a shell script to check if input argument is a file or a directory
8
Write a shell script to print Fibonacci
9
Write a shell script to find factorial of a given number
10
Write a Script to print user information who currently login, current date & time
11
Write a script to read and print the input to a shell interactively.
12 Write a script to read the name of a person and his telephone number and add the
same to his personal file named phone.txt
[Type text]
13
Write a shell script to check the given string is a palindrome or not