You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change: count hard links only once for each point of interest (POI means each input/argument directory and for each directory discovered with --max-depth), old behavior / count many times with -l or --count-links as with du
change: all logging output moved behind the optional log cargo feature (non-default!) using the log and env_logger crates, the --debug flag has been removed, enable the feature and use e.g. RUST_LOG=debug (there aren't lots of debug/trace messages yet, we'll see what the future brings)
fix: --user and --group numeric user IDs are no longer checked with the user database, so you can still filter by inactive users/groups