aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 16:47:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 16:47:37 +1200
commitfa2f423345776d8a99dae604f89e5b0ba76ceabb (patch)
tree8e1d83f9ea24ce519246b52921cc66350e39bdd0 /man
parentRemove readv() and readz() (diff)
downloaddotfiles-fa2f423345776d8a99dae604f89e5b0ba76ceabb.tar.gz
dotfiles-fa2f423345776d8a99dae604f89e5b0ba76ceabb.zip
Port fnl() to POSIX sh script fnl(1)
No real compelling reason to make it a shell function in the first place.
Diffstat (limited to 'man')
-rw-r--r--man/man1/fnl.116
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/fnl.1 b/man/man1/fnl.1
new file mode 100644
index 00000000..a578dbf4
--- /dev/null
+++ b/man/man1/fnl.1
@@ -0,0 +1,16 @@
+.TH FNL 1 "August 2016" "Manual page for fnl"
+.SH NAME
+.B fnl
+\- list the biggest files in the given directory
+.SH SYNOPSIS
+.B fnl
+command arg1 ...
+.SH DESCRIPTION
+.B fnl
+runs the command specifies in its arguments, writing any stdout and stderr to
+separate temporary files created with mktd(1), and then runs wc(1) over them to
+show their statistics and full paths.
+.SH SEE ALSO
+igex(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>