Computer scienceSystem administration and DevOpsCommand lineBash syntax

Arithmetic operations

The Calculator from Mars

Report a typo

Write a bash command that will print the result of the following arithmetic expression: 23*3-75/5.

Do not use the bc utility.
Write a program in Shell
#!/usr/bin/env bash
# put your code here
echo ???
___

Create a free account to access the full topic