summarylogtreecommitdiffstats
path: root/lha.man.en
blob: 4335ebc18d645588e0a3b3d83e1e891a78572fa9 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
		  .\" lha - LZH un-archiver
.\" Copyright (c) 1996  Martin Schulze <joey@namib.north.de>
.\" 
.\" This manual page is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\" 
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\" 
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.\" This manpage is written especially for Debian GNU/Linux.
.\"
.\" LHarc    for UNIX  V 1.02  Copyright(C) 1989  Y.Tagawa     
.\" LHx      for MSDOS V C2.01 Copyright(C) 1990  H.Yoshizaki  
.\" LHx(arc) for OSK   V 2.01  Modified     1990  Momozou      
.\" LHa      for UNIX  V 1.00  Copyright(C) 1992  Masaru Oki   
.\" 
.\" Additions by Joerg Boehnke <joerg@oggi.oche.de>
.\" 
.TH LHA 1 "22 Sept, 1998" "Debian GNU/Linux" "Archiver"
.SH NAME
LHa \- LZH un-archiver
.SH SYNOPSIS
.B lha
.B key
[
.B -
]
.B {axelvudmcp}
[
.B qvnfodizg012
]
[
.B w=<dir>
]
.I archive_file
[
.I flie
\&.\|.\|. ]
.br
.B lha
.I archive_file
.SH DESCRIPTION
The
.B lha
program displays or extracts the contents of a LZH archive.

For a list of commands, please refer to the executable.  It will
display a list of valid commands and modifiers if you omit any
parameter.

.TP
commands:
                           
.B a
Add(or replace) to archive

.B x,e
EXtract from archive
    
.B l,v
List / Verbose List        
         
.B u        
Update newer files to archive  

.B d
Delete from archive        
         
.B m
Move to archive (means 'ad')   

.B c        
re-Construct new archive       

.B p        
Print to STDOUT from archive   

.B t        
Test file CRC in archive

.TP
options: 
                                
.B q
quiet                                

.B v
verbose                              

.B n
not execute                          

.B f
force (over write at extract)        

.B t
FILES are TEXT file                  

.B o 
use LHarc compatible method (a/u)    

.B w=<dir>
specify extract directory (x/e) 

.B d
delete FILES after (a/u/c)           

.B i
ignore directory path (x/e)          

.B z
files not compress (a/u)             

.B g  
[Generic] format (for compatibility) 

.B 0/1/2 
header level (a/u)                

.B e  
TEXT code convert from/to EUC        

.B y
filename multibyte convert

.SH BUGS

This manpage is poor, it really should be improved, but the original
is in Japanese.

Try lha without any command line arguments to get help