uutils doesn't output 0, for more info, see coreutils/coreutils#305
How to reproduce
gnu
$ csplit a '/^a/'
csplit: read error: Is a directory
0
uutils
$ cargo run csplit a '/^a/'
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s
Running `target/debug/coreutils csplit a '/^a/'`
csplit: read error: Is a directory
uutils doesn't output 0, for more info, see coreutils/coreutils#305
How to reproduce
gnu
uutils