-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscus.1
69 lines (68 loc) · 1.91 KB
/
discus.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.\" Hey, EMACS: -*- nroff -*-
.\" DISCUS
.\" 1
.\" other parameters are allowed: see man(7), man(1)
.TH DISCUS 1 "October 20, 2003"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
discus \- print a report of disk space usage
.SH SYNOPSIS
.B discus
.RI [ options ]
.br
.SH DESCRIPTION
\fBdiscus\fP aims to make df(1) prettier. Features include color, bar graphs,
and smart formatting of numbers (automatically choosing the most suitable
size from kilobytes, megabytes, gigabytes, or terabytes). Or choose your
own size, along with specifying the number of decimal places you'd like to
see. You may also copy /etc/discusrc to $HOME/.discusrc and customize things to
your preference.
.SH OPTIONS
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-c
Disable color.
.TP
.B \-d
Display device names instead of graphs.
.TP
.B \-p
Number of digits to right of decimal place.
.TP
.B \-s
Do not use smart formatting.
.TP
.B \-t, \-g, \-m, \-k
Display sizes in terabytes, gigabytes, megabytes, or kilobytes, respectively.
Assumes \-s.
.TP
.B \-v, \-\-version
Show version of program.
.TP
.B \-r
Takes into account even the reserved space to root; it will be counted in percentage and in available columns only (Used is for real used space).
.SH FILES
.SH FILES
.BR /etc/discusrc,
.BR $HOME/.discusrc
.SH SEE ALSO
.BR df (1),
.BR pydf (1).
.br
.SH AUTHOR
This manual page was adapted by Ron Farrer <[email protected]> from one
written by Stormy Henderson <[email protected]> for the Debian
GNU/Linux system (but may be used by others).