diff --git a/phases/00-setup-and-tooling/10-terminal-and-shell/docs/en.md b/phases/00-setup-and-tooling/10-terminal-and-shell/docs/en.md index 2cc329b00..b9fd1efe9 100644 --- a/phases/00-setup-and-tooling/10-terminal-and-shell/docs/en.md +++ b/phases/00-setup-and-tooling/10-terminal-and-shell/docs/en.md @@ -1,4 +1,4 @@ -# Terminal & Shell +# Terminal & Shell > The terminal is where AI engineers live. Get comfortable here. @@ -101,7 +101,7 @@ The three redirects you need: | `>>` | Append stdout to file | | `2>` | Write stderr to file | | `2>&1` | Send stderr to same place as stdout | -| `\|` | Send stdout of one command as stdin to the next | +| | | Send stdout of one command as stdin to the next | ### Step 3: Background processes