Answers for "how to store float values in shell script"

1

how to store float values in shell script

# x will have value for any operation user does in place of '9/5'
x=`echo | awk "{print 9/5}"`
echo $x
Posted by: Guest on June-01-2021

Code answers related to "how to store float values in shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language