Redirect `stderr` to `stdout` for Unified Logging
Quick Tip Redirect `stderr` to `stdout` for Unified Logging Challenge: You’re running a command that produces both normal output (`stdout`) and error messages (`stderr`), and you want to capture both...
