Trying to get absolute values from STDIN in Bash Script

前端 未结 0 1857
生来不讨喜
生来不讨喜 2021-02-09 10:18

I am trying to have the absolute values of a standard input variable be printed to the screen.

#!/bin/bash
  read sumIntegers
  echo $sumIntegers
  for i in $sumI         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题