tip_0207.sh
[ESC] Exit
$cat./chapter_02/0207.md
[Basic Interaction]

Pipe Input

// pipe

Pipe Input
Pipe content in
cat error.log | claude -p "analyze error"
git diff | claude -p "review"
-p means prompt mode, auto-exits when done
Random
Prev/Next