summaryrefslogtreecommitdiff
path: root/filecount.1
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-09 10:46:46 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-09 10:46:46 +0000
commit4a458404fa00bf42bc1b92e11831a6c19e70142d (patch)
treec1343b2b3cd977e412ae0d08e1d63ebe4383af5c /filecount.1
parent16001877d5d9d2454a5317c345dba7f5272bfdd1 (diff)
downloadextrautils-4a458404fa00bf42bc1b92e11831a6c19e70142d.tar.gz
Add filecount
Diffstat (limited to 'filecount.1')
-rw-r--r--filecount.127
1 files changed, 27 insertions, 0 deletions
diff --git a/filecount.1 b/filecount.1
new file mode 100644
index 0000000..150040a
--- /dev/null
+++ b/filecount.1
@@ -0,0 +1,27 @@
+.\" Copyright 2014 Lars Wirzenius <liw@liw.fi>
+.\"
+.\" This program is free software: you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation, either version 3 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
+.\"
+.TH FILECOUNT 1
+.SH NAME
+filecount \- count number of files in directories
+.SH SYNOPSIS
+.B filecount
+.RI [ DIR ...]
+.SH DESCRIPTION
+.B filecount
+counts the number of files, subdirectories, etc, in each directory
+named on the command line.
+.SH OPTIONS
+No options.