Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

bash read remote file to variable and split using function Read remote file to variable and split using function For this assignment, your bash script

bash read remote file to variable and split using function image text in transcribed
Read remote file to variable and split using function For this assignment, your bash script will need to do a few things. 1. connect using curl to download the personfile.txt from ftp://10.60.168.126/pub the user will be anonymous. (sudo apt-get install curl) curl ftp://10.60.168.126/pub/personfile.txt 2. Your script will then need to store the data returned from curl into a variable (x=curl) ...... 3. Once the data is in the variable you can then use a for loop (see documents above) to read the variable line by line 4. Create and use the function to display the line in seperate parts. (meaning show the line with no pipe and a space between them.) 5. Store the age in a variable and calculate the average age again. Hint: The method for working on this project is one step at a time. Get curl working and storing in a variable. Then focus on reading from the variable line by line. Once those steps are complete begin looking at the cut example and command. Turn that cut into a function that can be called inside your loop

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

More Books

Students also viewed these Databases questions

Question

What is meant by Career Planning and development ?

Answered: 1 week ago

Question

What are Fringe Benefits ? List out some.

Answered: 1 week ago

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago