ack/util/arch/aal.1

91 lines
1.8 KiB
Groff
Raw Normal View History

1987-01-12 17:21:59 +00:00
.\" $Header$
1991-10-01 12:18:39 +00:00
.TH AAL 1 "$Revision$"
1987-03-11 13:56:17 +00:00
.ad
1987-01-12 17:21:59 +00:00
.SH NAME
aal \- archive and library maintainer
.SH SYNOPSIS
.B aal
key afile name ...
.SH DESCRIPTION
.I Aal
maintains groups of ACK-object files
combined into a single archive file.
An index-table is automatically maintained.
The link editor
.IR led (6)
only understands archives made with
.IR aal .
.PP
.I Key
is one character from the set
1992-04-23 12:53:03 +00:00
.B qdrtx,
1987-01-12 17:21:59 +00:00
optionally concatenated with
one or more of
1987-01-19 09:41:49 +00:00
.B vlc.
1987-01-12 17:21:59 +00:00
.I Afile
is the archive file.
The
.I names
are constituent files in the archive file.
The meanings of the
.I key
characters are:
.TP
.B d
Delete the named files from the archive file.
.TP
1992-04-23 12:53:03 +00:00
.B q
1987-01-12 17:21:59 +00:00
Append the named files to the archive file.
.TP
.B r
Replace the named files in the archive file.
New files are placed at the end.
.TP
.B t
Print a table of contents of the archive file.
If no names are given, all files in the archive are listed.
If names are given, only those files are listed.
.TP
.B x
Extract the named files.
If no names are given, all files in the archive are
extracted.
In neither case does
.B x
alter the archive file.
.TP
.B v
Verbose.
Under the verbose option,
.I aal
gives a file-by-file
description of the making of a
new archive file from the old archive and the constituent files.
When used with
.B t,
it gives a long listing of all information about the files.
.TP
.B l
Local.
Normally
.I aal
places its temporary files in the directory /tmp.
This option causes them to be placed in the local directory.
1987-01-19 09:41:49 +00:00
.TP
.B c
Create. Normally
.I aal
will create
.I afile
when it needs to.
The create option supresses the normal message that is produced when
.I afile
is created.
1987-01-12 17:21:59 +00:00
.SH FILES
/tmp/ar.* temporaries
.SH "SEE ALSO"
1988-08-30 11:40:58 +00:00
led(6), arch(5),
1987-01-12 17:21:59 +00:00
.SH BUGS
If the same file is mentioned twice in an argument list,
it may be put in the archive twice.