subject

Task description Write a Bash script that computes the sum of the absolute values of integers given by standard input. The numbers are given in a single line, separated by a space. You should print the sum of their absolute values to standard output. For example, given the input: 2 41 -15 the script should print to the standard output: 58 as the absolute values of the numbers in the input are 2, 41 and 15, and their sum is 58.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
question
Computers and Technology, 24.06.2019 04:10
Write a program that reads a set of floating-point values. ask the user to enter the values, then print • the average of the values. • the smallest of the values. • the largest of the values. • the range, that is the difference between the smallest and largest. of course, you may only prompt for the values once.
Answers: 3
question
Computers and Technology, 24.06.2019 05:30
Hey i really need some solving this problem: 1. encrypt this binary string into cipher text: 110000. include in your answer the formula the decoder would use to decrypt your cipher text in the format (coded answer) x n mod (m) = y & 2. decrypt this cipher text into a binary string: 106 you.
Answers: 2
question
Computers and Technology, 24.06.2019 10:30
You're programming an infinite loop. what must you include in your code to prevent crashes? in roblox
Answers: 2
You know the right answer?
Task description Write a Bash script that computes the sum of the absolute values of integers given...
Questions
question
Mathematics, 19.03.2020 09:16
question
History, 19.03.2020 09:17
question
Mathematics, 19.03.2020 09:18
question
Mathematics, 19.03.2020 09:18
Questions on the website: 13722367