[solved]-Write Another Shell Script Solve Following Business Problem Create File Called Whoislogin Q39072028

Write another shell script to solve the following business problem. Create a file called whoislogin.out that contains the output of the who command, then append to the whois.out file, the output of the date and finger commands. Your script should prompt to pick any users from the list of users currently logged onto the system. Use the variable concept to search for the specific user from those displayed on the screen coming from the whois.out file created. Show a print screen of your solution and output. Show transcribed image text Write another shell script to solve the following business problem. Create a file called whoislogin.out that contains the output of the who command, then append to the whois.out file, the output of the date and finger commands. Your script should prompt to pick any users from the list of users currently logged onto the system. Use the variable concept to search for the specific user from those displayed on the screen coming from the whois.out file created. Show a print screen of your solution and output.
Expert Answer
Answer to Write another shell script to solve the following business problem. Create a file called whoislogin.out that contains th… . . .
OR

