aboutsummaryrefslogtreecommitdiff
path: root/ksiders/atrdir.rst
blob: 290a9373102486193466d3b50530a625da51e649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
======
atrdir
======

---------------------------------------------------------
atrdir - print the directory of a DOS 2.0S ATR disk image
---------------------------------------------------------

.. include:: manhdr.rst

SYNOPSIS
========
atrdir *imagefile.atr* [*wildcard*]

DESCRIPTION
===========

**atrdir** prints the directory of an Atari DOS 2.x or MyDOS compatible
ATR disk image. Sample output::

       ---------------------------------------------------------------------
       Directory of dos_20s.atr:*.*:
       sector size = 128    sector count = 720

       Directory of 'dos_20s.atr':

       no f filename ext  secs  length  startSec
       -- - -------- ---  ----  ------  --------
        0 * DOS      SYS   039  4875    4
        1 * DUP      SYS   042  5126    43
        2   AUTORUN  SYS   001  88      85
       ---------------------------------------------------------------------

The f column contains an asterisk (*\**) for a locked file, a *D* for
a deleted file, *:* for a MyDOS subdirectory, *<* for a DOS 2.5 file
that uses sectors above 720, or nothing for any other file.

*wildcard* is an optional glob pattern, such as *\*.sys*. If not given,
the default is *\*.\**. *wildcard* is case insensitive; *\*.txt*
is equivalent to *\*.TXT*. Most shells will require the argument to be
quoted, to avoid the shell's normal wildcard expansion. The globbing
semantics are similar to those of Atari DOS or POSIX sh, but are not
identical to either.

**atrdir** does not take any other options.

NOTES
=====

DOS 2.5 disk images are not fully supported. Specifically, **atrdir**
is unable to determine the size of files that use sectors above 720
(those that are listed with *<*). Instead, the size will be reported
as **??**.

MyDOS large disk images (aka hard disk images) are supported.

XFD format images are not supported.

The current version of **atrdir** cannot determine the size of a MyDOS
directory. Instead, the size is reported as **??**.

**atrdir** cannot print the contents of MyDOS subdirectories.

Exit status is zero for success, non-zero for failure.

.. include:: manftr.rst