Bash Scripting - Functions
How would you write a bash function
total that sums all its numeric arguments and prints the result?total that sums all its numeric arguments and prints the result?"$@".sum=0, then add each argument to sum inside a loop.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions