
 Biggest
~~~~~~~~~
Program		Biggest
Purpose		This is for finding large files
Version		1.00, 1991
Author		Dave Lawrence
Copyright	(C) Dave Lawrence
Licence		GPL


 About
=======

This is for finding large files and directories which are clogging up your
harddisc.  This is used from the standard menus.


 Syntax
========

Biggest [ -number | -n  <num> ]
        [ -type | -t  <filetype>[,<filetype ... ] ]
        [ -exclude | -e  <filetype>[,<filetype ... ] ]
        [ -directories | -d ]
        [ -applications | -a ]
        [ -root | -r  <directory> ]
        [ -single | -s ]
        [ -format | -f  decimal | hexadecimal | textual ]
        [ -path | -p ]
        [ -split | -sp ]
        [ -verbose -v ] [ -help -h ]
          
Where:
    -number or -n
        Number of objects to display (default 30)

    -type or -t
        Filetype[s] to count (separated by semicolons)
        
    -exclude or -e
        Filetype[s] to exclude (separated by semicolons)

    -directories or -d
        Count directories rather than files

    -applications or -a
        Count Risc OS applications (identified by !RunImage)

    -root or -r
        Set directory to start from (default $)

    -single or -s
        Only count 'Root' directory (don't recurse)

    -format or -f
        Set file size format (Decimal, Hexadecimal, Textual)

    -path or -p
        Print full pathnames rather than file and path

    -split or -sp
        Print pathnames on a new line

    -verbose or -v
        Display directories searched

    -help or -h
        Display this help
