bash
This snippet demonstrates piping both the standard output (`stdout`) and standard error (`stderr`) of `COMMAND_1` to `COMMAND_2` using the `|&` operator in Bash. This is useful for capturing and processing both output streams in a single pipeline.