-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
$ ./target/debug/coreutils du --exclude='[^/]*' /
$ du --exclude='[^/]*' /
4 /
Similarly:
$ ./target/debug/coreutils du --exclude='[^/tmp/]*' /tmp
$ du --exclude='[^/tmp/]*' /tmp
[...]
4 /tmp/tmpydz9rgeb
19156 /tmp
Tested by
https://github.com/coreutils/coreutils/blob/master/tests/du/slash.sh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done