
PACKAGE NAME: ffish

VERSION: 0.1

See the file COPYING for copyright conditions.
See the file INSTALL for instructions on how to build and install ffish.

DESCRIPTION:
This program is meant to be a "file fisher" which helps to find some large files which might have been temporarily copied but forgotten in a "deserted", deep path. It scans a given path with all of its subdirectories recursively and filter the content according to the size specified in argument. The list can be sorted by the size of entries, by their last access time or alphabettically. The size argument can be specified as KB (1024) or MB (1024*1024) by attaching the letter 'k' respectively 'm'. Default is MB. Size of directories means total size of the files in a directory without its subdirectories. By default the Program will list all files sorted by their size without any filter.


PACKAGE OVERVIEW:
The package contains a subdirectorie: "src". The source files can be found in this directory.

PROJECT HOMEPAGE:
<http://www.mu.edu.tr/private/nreyhani/ffish>

AUTHOR:
Nebil Reyhani <nebil.reyhani@gmail.com>