Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 547 Bytes

du.md

File metadata and controls

15 lines (13 loc) · 547 Bytes

du

Prints size used by files/folders

Usage: du [-h] [--versions] [remotepath remotepath2 remotepath3 ... ] [--use-pcre]

remotepath can be a pattern (Perl Compatible Regular Expressions with "--use-pcre"
   or wildcarded expresions with ? or * like f*00?.txt)

Options:
 -h	Human readable
 --versions	Calculate size including all versions.
   	You can remove all versions with "deleteversions" and list them with "ls --versions"
 --path-display-size=N	Use a fixed size of N characters for paths
 --use-pcre	use PCRE expressions