Write a linux shell program to perform check pattern matching using grep 23:27 Check pattern matching using grep Code: clear echo --------------------------------------------- echo '\tSearch a word in A...
Write a linux shell program to perform check for an adam number 23:23 Check for an Adam number Click me to definition for Adam number Code: clear echo -------------------------------- echo '\...
Write a linux shell program to perform convert lowercase to uppercase using tr statement 23:14 Convert lowercase to uppercase using tr statement Code: clear echo --------------------------------------------- echo '\tl...
Write a linux shell program to perform check whether a number is prime or not using while 23:07 Prime or not using while Click me to definition for prime number Code: clear echo --------------------------------------------...
Write a linux shell program to perform display multiplication table 23:03 Multiplication table Code: clear echo ----------------------------------- echo '\tMultiplication Table' echo -------...
Write a linux shell program to perform basic arithmetic operations using case 22:59 Basic arithmetic operations using case Code: clear echo ----------------------------------------------------- echo '\tEvaluation ...
Write a linux shell program to perform find the reverse of a number 22:53 Reverse of a number Code: clear echo ----------------------------------- echo '\tReverse A Number' echo ------------------...