diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-05 01:29:03 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-05 01:29:03 -0500 |
| commit | d254450d9dcf29ee08df42e2594cb86abc1d54d3 (patch) | |
| tree | dd452e3030e8933f34e6e098a6621c1bfef4bcca /src/unalf.rst | |
| parent | 27e2056ec8f5aa2c8ac31ec7d0e34abb99a53cb5 (diff) | |
| download | alftools-d254450d9dcf29ee08df42e2594cb86abc1d54d3.tar.gz | |
unalf: Add -n and -s options.
Diffstat (limited to 'src/unalf.rst')
| -rw-r--r-- | src/unalf.rst | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/unalf.rst b/src/unalf.rst index ed89d2d..9d8e14a 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -21,7 +21,7 @@ extract Atari 8-bit ALF archives SYNOPSIS ======== -unalf [**--help**] [**-aehtklLopqtv**] [**-d** *dir*] [**-x** *wildcard*] *alf-file* [*wildcard* ...] +unalf [**--help**] [**-aehtklLopqstv**] [**-d** *dir*] [**-n** *number*] [**-x** *wildcard*] *alf-file* [*wildcard* ...] DESCRIPTION =========== @@ -122,6 +122,13 @@ OPTIONS .. use lowercase filenames. +-n number + Only extract the *number*\th file. *wildcards* are ignored when using + this option. Numbering begins at 1 for the first file in the archive; + **-n0** is an error. + +.. extract only file #<number> (counting from 1). + -o Overwrite files, if they already exist. The default is to rename existing files, adding a **~** suffix. Note that renaming **file** @@ -150,6 +157,14 @@ OPTIONS .. quiet: don't print filenames during extraction/testing. +-s + Split *ALF* file into multiple *ALF* files, one per archive member. + The new *ALF* files are named after the filenames in the input + *ALF* file, with ".ALF" appended. There is no corresponding option + to join them back together, but you can use **cat**\(1) for that. + +.. split ALF file into multiple ALFs. + -t Test archive. Same as extraction, except the files are not written anywhere. |
