summaryrefslogtreecommitdiff
path: root/total.1
diff options
context:
space:
mode:
Diffstat (limited to 'total.1')
-rw-r--r--total.111
1 files changed, 0 insertions, 11 deletions
diff --git a/total.1 b/total.1
deleted file mode 100644
index ae45d89..0000000
--- a/total.1
+++ /dev/null
@@ -1,11 +0,0 @@
-.TH TOTAL 1
-.SH NAME
-total \- add numbers in first column, write total
-.SH SYNOPSIS
-.B total
-.IR file ...
-.SH DESCRIPTION
-.B total
-reads files named on the command line, or the standard input if none given,
-and adds together the numbers in the first column of each line.
-At the end, it writes out the sum.