top of page
Codersarts Blog.
What’s new and exciting at Codersarts
Search

Unix Shell Programming Homework
Unix Shell Programming Homework is the most widely used by UNIX users. The Bourne shell and the C shell. Both shells have been used as...
Codersarts
Feb 1, 20181 min read
94
0


Write c shell script to check the no is prime or not
c shell shell script to check the no is prime or not @ i= 2 echo "\n enter the no to check prime" @ n = $< while ( $i < $n ) if ( $n %...
Codersarts
Jan 8, 20181 min read
37
0


UNIX Shell Script Help
Ques 1: Write shell script for the following It should display menu for following Display file contents with line number display the file...
Codersarts
Jan 8, 20181 min read
43
0
bottom of page