1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:57:44 +00:00

du: Add -x option to not traverse directories across filesystems

This commit is contained in:
Tim Ledbetter 2023-10-18 23:14:17 +01:00 committed by Jelle Raaijmakers
parent cc5c7d2a29
commit c5a4c22fa7
2 changed files with 14 additions and 3 deletions

View file

@ -23,6 +23,7 @@ $ du [files...]
* `-t size`, `--threshold size`: Exclude entries smaller than size if positive, or entries greater than size if negative
* `--time time-type`: Show time of time time-type of any file in the directory, or any of its subdirectories. Available choices: mtime, modification, ctime, status, use, atime, access
* `--exclude pattern`: Exclude files that match pattern
* `-x`, `--one-file-system`: Don't traverse directories on different file systems
* `-X file, --exclude-from`: Exclude files that match any pattern in file
## Arguments