mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
4a5d83e56f
Replace println! with writeln!(io::stdout(), ...) and handle BrokenPipe silently, other I/O errors via stderr + exit 1. Matches the uutils convention used in coreutils' true.rs. Fixes #5 Signed-off-by: SAY-5 <saiasish.cnp@gmail.com>