Audio (101) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1714
Full index file Recent index file
Part of aros exec |
DiskUsage | Description: | Estimates file space usage | Download: | diskusage.x86_64-aros-v11.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 49kb | Version: | 40.8 | Date: | 16 Jan 25 | Author: | Torsten Poulin | Submitter: | Amiwell79 | Email: | planeteu email/gmail com | Requirements: | aros x86_64v11 | Category: | utility/shell | License: | Other | Distribute: | yes | FileID: | 2978 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 45 (Current version) | | 45 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] DiskUsage estimates disk space usage.
Format: DiskUsage [[DIR | DIRS] directory ...] [SUMMARY | BRIEF]
[NOHEAD] [NOTOTAL] [NOBL | NOBLOCKS] [NOKB | NOKILOBYTES]
Template: DIR=DIRS/M,SUMMARY=BRIEF/S,NOHEAD/S,NOTOTAL/S,
NOBL=NOBLOCKS/S,NOKB=NOKILOBYTES/S
The DiskUsage command gives an estimate of the disk space occupied by the
directories specified on the command line.
Patterns can be used to specify the directories.
If no directory is specified, the current directory is used.
Subdirectories are traversed recursively.
A grand total will be printed if more than one directory was specified.
Switches:
BRIEF: Do not print information about subdirectories.
NOBLOCKS: Suppress the blocks column.
NOHEAD: Do not print the headline.
NOKILOBYTES: Suppress the kilobytes column.
NOTOTAL: Do not print the grand total..
NOBL: Synonym for NOBLOCKS.
NOKB: Synonym for NOKILOBYTES.
SUMMARY: Synonym for BRIEF.
Example:
1> DiskUsage df0:#? summary
Blocks Kilobytes
0 0 df0:WBStartup
420 199 df0:C
295 143 df0:Classes
18 8 df0:L
179 82 df0:Devs
0 0 df0:Expansion
503 247 df0:Libs
13 3 df0:Prefs
23 10 df0:Rexxc
17 7 df0:S
77 36 df0:System
0 0 df0:T
119 58 df0:Utilities
--------- ----------
1664 793
|