Output of the below expression? COUNT=expr $COUNT + 1
expr $COUNT + 1
This sets the COUNT variable to the value given by the (+) operator.
Concatenates the Given Expression inside Quotes.
This adds 1 to the shell variable $COUNT.
None.