Commits
Click on a commit to change the comparison rangestdbuf: use exec instead of forking
Forking creates a new PID and it not compatible with GNU coreutils implementation.
- use exec instead of forking
- add test verifying that execvp is used
Fixes https://github.com/uutils/coreutils/issues/9066
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>2 months ago
by Ecordonnier Update src/uu/stdbuf/src/stdbuf.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>6 days ago
by Ecordonnier