# Redirect

Sending a command’s output into a file: > overwrites the file, >> appends to it.

Also called: redirect, redirection.

## Covered in these lessons

- [Choosing something small enough to finish](https://zero2vibecode.com/learn/vibe-coding-101/1-1-choosing-a-first-project)
- [Writing to a file: echo and >](https://zero2vibecode.com/learn/terminal-basics/2-2-writing-with-echo-and-redirects)
- [Finding and fixing a bug](https://zero2vibecode.com/learn/claude-code/2-3-fixing-a-bug)
- [sort, uniq and wc together](https://zero2vibecode.com/learn/terminal-basics/3-4-sort-uniq-wc)

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