Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a shell script to ask the user to enter 10 numbers. Save these numbers in a file called numbers. Note that you need to

Write a shell script to ask the user to enter 10 numbers. Save these numbers in a file called numbers. Note that you need to use the read command to get one number. After you read each number you should save it in the file result (Will you use the redirection operator or append operator?). Then in the same shell script echo that you will display all numbers now. Then display the numbers. Then write a statement saying that you will sort the numbers now. Then show the sorted values.

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

Step: 3

blur-text-image

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

More Books

Students also viewed these Databases questions