Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a shell script that will act as a supermarket shopping data entry screen. The screen will look like below : Item Name : Item

Write a shell script that will act as a supermarket shopping data entry screen.
The screen will look like below :
Item Name :
Item Cost :
Number of Items Purchased :
a. Use the “read” shell command to get the user input for each field. Store each field in a separate variable.
b. Write all the data fields to a file using the “echo” command, a sample of which is shown below.
eggs 1.25 6
milk 2.05 1
cereal 4.45 3
bagel 0.65 12 creamcheese 1.50 4

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Heres an example of a shell script that fulfills the requirements youve described bash binbash Funct... 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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Operating System questions