Answered step by step
Verified Expert Solution
Question
1 Approved Answer
need help for Q - 7 to 13 1) Go into your Lab3 directory. 2) Copy RealEstate.csv from instructor's public directory to your Lab3 directory
need help for Q - 7 to 13
1) Go into your Lab3 directory. 2) Copy "RealEstate.csv" from instructor's public directory to your Lab3 directory again. Scp /home/sluo10/public/RealEstate.csv Please write the commands you will issue to complete the following tasks and answering corresponding questions step by step. 3) Use vi to open "RealEstate.csv". 4) Move the cursor to the last line (without knowing the number of last line). 5) Display line number 6) Display line number. 7) Search for the transaction for the estate located at "11 E ST" Which line is this string located? (Please just write down the line number) Delete this line. 8) Move the cursor to the line 50. 9) Substitute all comma "," with colon":"from line 50 to line 54. 10) Copy line 50 to line 54 to the end of file. 11) Remove line 50 to line 54. 12) Describe how to enter the text mode and insert a new line "Recorded in year 2008" between line 1 and line 2. 13) Switch back to command mode. 1) Go into your Lab3 directory. 2) Copy "RealEstate.csv" from instructor's public directory to your Lab3 directory again. Scp /home/sluo10/public/RealEstate.csv Please write the commands you will issue to complete the following tasks and answering corresponding questions step by step. 3) Use vi to open "RealEstate.csv". 4) Move the cursor to the last line (without knowing the number of last line). 5) Display line number 6) Display line number. 7) Search for the transaction for the estate located at "11 E ST" Which line is this string located? (Please just write down the line number) Delete this line. 8) Move the cursor to the line 50. 9) Substitute all comma "," with colon":"from line 50 to line 54. 10) Copy line 50 to line 54 to the end of file. 11) Remove line 50 to line 54. 12) Describe how to enter the text mode and insert a new line "Recorded in year 2008" between line 1 and line 2. 13) Switch back to command modeStep 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