The command you didn't write

If you develop with an AI coding agent like Claude Code, you've probably seen something like this more times than you can count:

find . -name "*.test.ts" -newer src/hooks/useTyping.ts | xargs grep -l "describe"

Enter fullscreen mode

Exit fullscreen mode