Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Linux bash script Write a script or one liner that reads user input. For each typed line echo the input back to the user.
Linux bash script
Write a script or one liner that reads user input. For each typed line echo the input back to the user.
Modify the loop so it also appends the users input to a file
Modify the previous so each line of user input is put into a different file
Then create a script to show detailed info for multiple files using a loop.