Trying to get absolute values from STDIN in Bash Script

前端 未结 0 1241
-上瘾入骨i
-上瘾入骨i 2021-02-09 10:06

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         


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