@@ -99,38 +99,37 @@ Print version
9999[\fI FILES \fR ]
100100List of files and/or directories
101101.SH EXAMPLES
102- Examples:
103- Show disk usage chart of current working directory
104- $ pdu
102+ Show disk usage chart of current working directory
103+ $ pdu
105104
106- Show disk usage chart of a single file or directory
107- $ pdu path/to/file/or/directory
105+ Show disk usage chart of a single file or directory
106+ $ pdu path/to/file/or/directory
108107
109- Compare disk usages of multiple files and/or directories
110- $ pdu file.txt dir/
108+ Compare disk usages of multiple files and/or directories
109+ $ pdu file.txt dir/
111110
112- Show chart in apparent sizes instead of block sizes
113- $ pdu \-\- quantity=apparent\- size
111+ Show chart in apparent sizes instead of block sizes
112+ $ pdu \-\- quantity=apparent\- size
114113
115- Detect and subtract the sizes of hardlinks from their parent nodes
116- $ pdu \-\- deduplicate\- hardlinks
114+ Detect and subtract the sizes of hardlinks from their parent nodes
115+ $ pdu \-\- deduplicate\- hardlinks
117116
118- Show sizes in plain numbers instead of metric units
119- $ pdu \-\- bytes\- format=plain
117+ Show sizes in plain numbers instead of metric units
118+ $ pdu \-\- bytes\- format=plain
120119
121- Show sizes in base 2¹⁰ units (binary) instead of base 10³ units (metric)
122- $ pdu \-\- bytes\- format=binary
120+ Show sizes in base 2¹⁰ units (binary) instead of base 10³ units (metric)
121+ $ pdu \-\- bytes\- format=binary
123122
124- Show disk usage chart of all entries regardless of size
125- $ pdu \-\- min\- ratio=0
123+ Show disk usage chart of all entries regardless of size
124+ $ pdu \-\- min\- ratio=0
126125
127- Only show disk usage chart of entries whose size is at least 5% of total
128- $ pdu \-\- min\- ratio=0.05
126+ Only show disk usage chart of entries whose size is at least 5% of total
127+ $ pdu \-\- min\- ratio=0.05
129128
130- Show disk usage data as JSON instead of chart
131- $ pdu \-\- min\- ratio=0 \-\- max\- depth=inf \-\- json\- output | jq
129+ Show disk usage data as JSON instead of chart
130+ $ pdu \-\- min\- ratio=0 \-\- max\- depth=inf \-\- json\- output | jq
132131
133- Visualize existing JSON representation of disk usage data
134- $ pdu \-\- json\- input < disk\- usage.json
132+ Visualize existing JSON representation of disk usage data
133+ $ pdu \-\- json\- input < disk\- usage.json
135134.SH VERSION
136135v0.21.1
0 commit comments