32v 1m arcv: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
New page: ARCV(1M) UNIX Programmer's Manual ARCV(1M) == NAME == arcv - convert archives to new format == SYNOPSIS == arcv file ... == DESCRIPTION == _A_r_c_v... |
No edit summary |
||
| Line 20: | Line 20: | ||
== SEE ALSO == | == SEE ALSO == | ||
ar(1), ar(5) | [[32v 1m ar|ar(1)]], [[32v 5m ar|ar(5)]] | ||
[[Category:32v man section 1]] | [[Category:32v man section 1]] | ||
Latest revision as of 12:43, 26 October 2009
ARCV(1M) UNIX Programmer's Manual ARCV(1M)
NAME
arcv - convert archives to new format
SYNOPSIS
arcv file ...
DESCRIPTION
_A_r_c_v converts archive files (see _a_r(1), _a_r(5)) from 6th edi-
tion to 7th edition format. The conversion is done in
place, and the command refuses to alter a file not in old
archive format.
Old archives are marked with a magic number of 0177555 at
the start; new archives have 0177545.
FILES
/tmp/v*, temporary copy
SEE ALSO
ar(1), ar(5)