DEV Community

Clarice Bouwer
Clarice Bouwer

Posted on

3 3

How to write stdout both to the terminal and a file

Below I use the tee command to write the output of an npm run build script to both to the terminal and to a log file.

npm run build | tee ./logs/build.log
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay