aboutsummaryrefslogtreecommitdiff
path: root/man/man1/dub.1df
blob: 19603cf23d9a38e7de7ebbaa7bd7dfb64f9ddcc2 (plain) (blame)
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
.TH DUB 1df "July 2016" "Manual page for dub"
.SH NAME
.B dub
\- list the biggest files in the given directory
.SH SYNOPSIS
.B dub
.br
.B dub
/path
.br
.B dub
/path 20
.SH DESCRIPTION
.B dub
lists the biggest entries in a given directory, defaulting to the current
directory.  It defaults to printing 10 entries unless a second argument is
given.
.SH CAVEATS
Skips filenames with newlines in them with an explicit warning to stderr, for
the least dangerous POSIX-compatible approach.  Even so, you probably shouldn't
use this in critical scripts.
.SH SEE ALSO
du(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>