<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Holoto</id>
		<title>Computer History Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Holoto"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/wiki/Special:Contributions/Holoto"/>
		<updated>2026-04-16T05:52:26Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_ar&amp;diff=8060</id>
		<title>32v 1m ar</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_ar&amp;diff=8060"/>
				<updated>2010-10-25T13:23:19Z</updated>
		
		<summary type="html">&lt;p&gt;Holoto: /* SEE ALSO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;AR(1)UNIX Programmer's Manual AR(1)&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
ar - archive and library maintainer&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
ar key [ posname ] afile name ...&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
Ar maintains groups of files combined into a single archive&lt;br /&gt;
file.  Its main use is to create and update library files as&lt;br /&gt;
used by the loader.  It can be used, though, for any similar&lt;br /&gt;
purpose.&lt;br /&gt;
&lt;br /&gt;
Key is one character from the set drqtpmx, optionally con-&lt;br /&gt;
catenated with one or more of vuaibcl. Afile is the archive&lt;br /&gt;
file.  The names are constituent files in the archive file.&lt;br /&gt;
The meanings of the key characters are:&lt;br /&gt;
&lt;br /&gt;
d    Delete the named files from the archive file.&lt;br /&gt;
&lt;br /&gt;
r    Replace the named files in the archive file.  If the&lt;br /&gt;
optional character u is used with r, then only those&lt;br /&gt;
files with modified dates later than the archive files&lt;br /&gt;
are replaced.  If an optional positioning character&lt;br /&gt;
from the set abi is used, then the posname argument&lt;br /&gt;
must be present and specifies that new files are to be&lt;br /&gt;
placed after (a) or before (b or i) posname.  Otherwise&lt;br /&gt;
new files are placed at the end.&lt;br /&gt;
&lt;br /&gt;
q    Quickly append the named files to the end of the&lt;br /&gt;
archive file.  Optional positioning characters are&lt;br /&gt;
invalid.  The command does not check whether the added&lt;br /&gt;
members are already in the archive.  Useful only to&lt;br /&gt;
avoid quadratic behavior when creating a large archive&lt;br /&gt;
piece-by-piece.&lt;br /&gt;
&lt;br /&gt;
t    Print a table of contents of the archive file.  If no&lt;br /&gt;
names are given, all files in the archive are tabled.&lt;br /&gt;
If names are given, only those files are tabled.&lt;br /&gt;
&lt;br /&gt;
p    Print the named files in the archive.&lt;br /&gt;
&lt;br /&gt;
m    Move the named files to the end of the archive.  If a&lt;br /&gt;
positioning character is present, then the posname&lt;br /&gt;
argument must be present and, as in r, specifies where&lt;br /&gt;
the files are to be moved.&lt;br /&gt;
&lt;br /&gt;
x    Extract the named files.  If no names are given, all&lt;br /&gt;
files in the archive are extracted.  In neither case&lt;br /&gt;
does x alter the archive file.&lt;br /&gt;
&lt;br /&gt;
v    Verbose.  Under the verbose option, ar gives a file-&lt;br /&gt;
by-file description of the making of a new archive file&lt;br /&gt;
from the old archive and the constituent files.  When&lt;br /&gt;
used with t, it gives a long listing of all information&lt;br /&gt;
about the files.  When used with p, it precedes each&lt;br /&gt;
file with a name.&lt;br /&gt;
&lt;br /&gt;
c    Create.  Normally ar will create afile when it needs&lt;br /&gt;
to.  The create option suppresses the normal message&lt;br /&gt;
that is produced when afile is created.&lt;br /&gt;
&lt;br /&gt;
l    Local.  Normally ar places its temporary files in the&lt;br /&gt;
directory /tmp.  This option causes them to be placed&lt;br /&gt;
in the local directory.&lt;br /&gt;
&lt;br /&gt;
== FILES ==&lt;br /&gt;
/tmp/v*   temporaries&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
[[32v 1m ld|ld(1)]], [http://www.top5optimizers.com/ Top 5 Optimizers], [[32v 5m ar|ar(5)]], [[32v 1m lorder|lorder(1)]]&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
If the same file is mentioned twice in an argument list, it&lt;br /&gt;
may be put in the archive twice.&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Holoto</name></author>	</entry>

	</feed>