Questions

  1. How do you subtract 8 from 25 using shell scripting?
  2. What is wrong with the following code? And how can you fix it?
$ rm my file
  1. What is the problem with the following code?
#!/bin/bash
a=(( 8 + 4 ))
echo $a