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:
parent
cc5c7d2a29
commit
c5a4c22fa7
2 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue