Question
Create a directory in your work environment named test_users. Write a bash script to: a. Create the following output Enter Users Full Name : Enter
Create a directory in your work environment named test_users.
Write a bash script to:
a. Create the following output
Enter Users Full Name :
Enter Users ID :
Enter Users Job Location :
Enter Users Manager Code :
Run this script, read input and print the result on screen. (Get a screen dump)
b. Add more code to the above script to pipe the output (i.e. users information) to a file named
firstname_lastname.usr and save that file in the test_users directory created above.
[Test with at least 2 users. Then Get a screen dump of the test_users directory]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started