From f932baa3120c11e98181aff1db715e98d852c141 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 1 Jul 2016 11:15:48 +1200 Subject: Add dub(1) --- man/man1/dub.1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 man/man1/dub.1 (limited to 'man/man1') 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 -- cgit v1.2.3