Write a linux shell program to prepare electricity bill 03:23 Prepare electricity bill Code: clear echo ----------------------------------------- echo '\tCalculate Electricity Charge'...
Write a linux shell program to perform get mark details of a student and display total and grade 03:18 Get mark details of a student and display total and grade Code: clear echo ----------------------------------- echo '\tStud...
Write a linux shell program to perform a menu driven program to check for file existence,file readable or not,file writeable or not, 03:12 Write a menu driven program to check for file existence, file readable or not, file writeable or not Code: clear e...
Write a linux shell program to perform Read 10 names from a file and sort in Ascending order Descending order 03:06 Read 10 names from a file and sort in Ascending order and Descending order Code: clear echo ----------------------------------...
Write a linux shell program to perform a menu driven program to display today’s date,Processes of the system,user’s of the system,list files of the system 03:01 Write a menu driven program to display today’s date, Processes of the system, user’s of the system, list files of the system Code...
Write a linux shell program to perform check for palindrome 23:35 Check for palindrome Click me to definition for Palindrome Code: clear echo -------------------------------- echo '\t Pol...
Write a linux shell program to perform find the number of users who have logged in 23:31 Find the number of users who have logged in Code: clear echo ----------------- echo '\tLogin' echo -----------------...