Question: A downloading function 1) Write a function that prompts the user to download a file from the internet and saves it in a specific location.
A downloading function 1) Write a function that prompts the user to download a file from the internet and saves it in a specific location. Hint: Remember the wget command? Example Output:
Task 5: Parsing information from the internet 1. Write a script named "WebTitle.sh" that uses the download function in the "downloader.sh" script from week 6 to download an index.html file from website of the user's choosing (eg. wikipedia.org) 2. Then use sed to retrieve and display the title of that web page. Hint: The title of a web page is contained inside tags Example output:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
