# Introduction In this challenge, we will be creating a shell script that acts as a real calculator. The script will take two numbers and an operator as command-line arguments and perform the arithmetic operation accordingly. We will be using the `expr` or `bc` commands to perform the arithmetic operations. We will also be using piping to display the output.
Click the virtual machine below to start practicing