script args.sh. The script will take any number of command line arguments. The script will print (echo) each of the command line arguments on its own line, and will then print the total number of arguments entered. You should use the special shell variables.  One special variable contains all the command line arguments.  There is another one that contains the number of command one arguments entered. This script is most easily completed with a for loop, although the task can also be accomplished with a

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Hi, could help find the error in my code please. here what the exercise ask:

  1. Name the script args.sh.
  2. The script will take any number of command line arguments.
  3. The script will print (echo) each of the command line arguments on its own line, and will then print the total number of arguments entered.
  4. You should use the special shell variables.  One special variable contains all the command line arguments.  There is another one that contains the number of command one arguments entered.
  5. This script is most easily completed with a for loop, although the task can also be accomplished with a while loop, but you definitely need some type of loop since it has to process an unknown number of command line arguments. 

This is what i have put so far:

I am stuck because in this way, i don't know how to sum up and calculate everything. maybe some help?

num=$@
answer1=$( $num@)
for temp_argument in $num
do
echo $temp_argument
done
Transcribed Image Text:num=$@ answer1=$( $num@) for temp_argument in $num do echo $temp_argument done
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY