Use the following to create a file called tennis: Amelie::Mauresmo:Fra Kim::Clijsters:BEL Billie:Jean:King:USA Justine::Henin:Bel Serena::Williams:usa Venus::Williams:USA 1. Using grep and cut create a script to show the first name and country for all players from the USA (not case sensitive). (use file created above) 2. Create a BASH file that will ask the user for input, then use a case statement to display 4 different messages that align with the users input. 3. Create a BASH file that will use a for loop to create 8 files named myfile1, myfile2, ... 4. Create a BASH file that will ask the user to input 2 numbers, include a function that will multiply and display the 2 numbers. The display should look like: 4*5=20 5. Create a BASH file that has an array with 5 elements, loop through the array (for or while loop) and display each element.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Use the following to create a file called tennis:
Amelie::Mauresmo:Fra
Kim::Clijsters:BEL
Billie:Jean:King:USA
Justine::Henin:Bel
Serena::Williams:usa
Venus::Williams: USA
1. Using grep and cut create a script to show the first name and country for all players from the USA (not case sensitive). (use file created
above)
2. Create a BASH file that will ask the user for input, then use a case statement to display 4 different messages that align with the users
input.
3. Create a BASH file that will use a for loop to create 8 files named myfile1, myfile2, ...
4. Create a BASH file that will ask the user to input 2 numbers, include a function that will multiply and display the 2 numbers. The display
should look like:
4 * 5 = 20
5. Create a BASH file that has an array with 5 elements, loop through the array (for or while loop) and display each element.
Transcribed Image Text:Use the following to create a file called tennis: Amelie::Mauresmo:Fra Kim::Clijsters:BEL Billie:Jean:King:USA Justine::Henin:Bel Serena::Williams:usa Venus::Williams: USA 1. Using grep and cut create a script to show the first name and country for all players from the USA (not case sensitive). (use file created above) 2. Create a BASH file that will ask the user for input, then use a case statement to display 4 different messages that align with the users input. 3. Create a BASH file that will use a for loop to create 8 files named myfile1, myfile2, ... 4. Create a BASH file that will ask the user to input 2 numbers, include a function that will multiply and display the 2 numbers. The display should look like: 4 * 5 = 20 5. Create a BASH file that has an array with 5 elements, loop through the array (for or while loop) and display each element.
Expert Solution
steps

Step by step

Solved in 6 steps with 10 images

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education