aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-01 11:15:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-01 11:15:48 +1200
commitf932baa3120c11e98181aff1db715e98d852c141 (patch)
tree4bcde5045d32228b70e6df371069311e532c8407 /man
parentRun gscr(1) in subshell (diff)
downloaddotfiles-f932baa3120c11e98181aff1db715e98d852c141.tar.gz
dotfiles-f932baa3120c11e98181aff1db715e98d852c141.zip
Add dub(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/dub.119
1 files changed, 19 insertions, 0 deletions
diff --git a/man/man1/dub.1 b/man/man1/dub.1
new file mode 100644
index 00000000..4086193a
--- /dev/null
+++ b/man/man1/dub.1
@@ -0,0 +1,19 @@
+.TH DUB 1 "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 SEE ALSO
+du(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>