Running
causes panic:
thread 'main' (1402696) panicked at src/uu/du/src/du.rs:759:37:
no such file: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)
But GNU's du just prints this:
du: nonexistent-file: No such file or directory
Try 'du --help' for more information.
Running
causes panic:
But GNU's du just prints this: