# `echo`

`echo` prints text or variable values to standard output.

## Common `echo` usage

```bash
echo "Hello"
```
