From 4a458404fa00bf42bc1b92e11831a6c19e70142d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Mar 2014 10:46:46 +0000 Subject: Add filecount --- filecount.1 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 filecount.1 (limited to 'filecount.1') 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 +.\" +.\" 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 . +.\" +.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. -- cgit v1.2.1