# Pipe

The | character, which feeds one command’s output straight into the next command.

Also called: pipe, |.

## Covered in these lessons

- [Finding and fixing a bug](https://zero2vibecode.com/learn/claude-code/2-3-fixing-a-bug)
- [The pipe: joining commands together](https://zero2vibecode.com/learn/terminal-basics/3-3-the-pipe)

Source: https://zero2vibecode.com/glossary/pipe
