Files
awk/tests
SAY-5 4a5d83e56f fix: handle write errors gracefully instead of panicking on /dev/full
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>
2026-05-07 14:37:39 +02:00
..