CodersartsJan 8, 20181 min readWrite c shell script to check the no is prime or notc 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 %...
CodersartsJan 8, 20181 min readUNIX Shell Script HelpQues 1: Write shell script for the following It should display menu for following Display file contents with line number display the file...