adfls(1)
| ADFLS(1) | General Commands Manual | ADFLS(1) |
NAME
adfls - list contents of an ADF volume.
SYNOPSIS
adfls [-b] [-l] [-h] [-v] [-V] [-p]vol <adf_device> [FILE...]
DESCRIPTION
adfls is a filesystem utility allowing to list contents of ADF volumes, optionally showing some more detailed properties like size or permissions. It shows either the main directory of the volume or, if specified, the contents of another directory or just the specified file (or a link).
When called with the -l option, it shows the following properties (in that order): access permissions, size (by default in bytes, in blocks if ordered so with -b), date and time, type, name and (for soft-links) name of the real entry (which can be a file or a directory).
The type can be: F (file), D (directory), LF (hard-link to a file), LD (hard-link to a directory), LS (soft-link).
OPTIONS
A summary of the options.
- -b
- Show sizes in blocks.
Note that sizes in blocks include all blocks used, so in case of files those are: file header block, data blocks and (if also used) file extension blocks. So the total size in blocks, if expressed in bytes (meaning: the block size multiplied by the block size, always 512), is always larger than the size of the data stored in the file (listed without the -b option).
- -l
- Use a long listing format.
- -h
- Show help.
- -p vol
- Specify volume/partition number (counting from 0), default: 0
- -v
- Be more verbose.
- -V
- Show version.
EXAMPLES
adfls mydisk.adf
adfls -lb -p 1 mydisk.adf devs libs
SEE ALSO
adfinfo(1),unadf(1),adflib(3)
NOTES
Detailed info about Commodore Amiga filesystems: http://lclevy.free.fr/adflib/adf_info.html
AUTHOR
adfls was written by Tomasz Wolak <tomas.wolak@gmail.com>, as a part of the ADFlib (https://github.com/adflib/ADFlib).
| Sep 2025 |
