]> git.pld-linux.org Git - packages/lha.git/blob - lha.1
- x32 rebuild
[packages/lha.git] / lha.1
1                   .\" lha - LZH un-archiver
2 .\" Copyright (c) 1996  Martin Schulze <joey@namib.north.de>
3 .\" 
4 .\" This manual page is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2 of the License, or
7 .\" (at your option) any later version.
8 .\" 
9 .\" This program is distributed in the hope that it will be useful,
10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 .\" GNU General Public License for more details.
13 .\" 
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program; if not, write to the Free Software
16 .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 .\"
18 .\" This manpage is written especially for Debian GNU/Linux.
19 .\"
20 .\" LHarc    for UNIX  V 1.02  Copyright(C) 1989  Y.Tagawa     
21 .\" LHx      for MSDOS V C2.01 Copyright(C) 1990  H.Yoshizaki  
22 .\" LHx(arc) for OSK   V 2.01  Modified     1990  Momozou      
23 .\" LHa      for UNIX  V 1.00  Copyright(C) 1992  Masaru Oki   
24 .\" 
25 .\" Additions by Joerg Boehnke <joerg@oggi.oche.de>
26 .\" 
27 .TH LHA 1 "22 Sept, 1998" "Debian GNU/Linux" "Archiver"
28 .SH NAME
29 LHa \- LZH un-archiver
30 .SH SYNOPSIS
31 .B lha
32 .B key
33 [
34 .B -
35 ]
36 .B {axelvudmcp}
37 [
38 .B qvnfodizg012
39 ]
40 [
41 .B w=<dir>
42 ]
43 .I archive_file
44 [
45 .I flie
46 \&.\|.\|. ]
47 .br
48 .B lha
49 .I archive_file
50 .SH DESCRIPTION
51 The
52 .B lha
53 program displays or extracts the contents of a LZH archive.
54
55 For a list of commands, please refer to the executable.  It will
56 display a list of valid commands and modifiers if you omit any
57 parameter.
58
59 .TP
60 commands:
61                            
62 .B a
63 Add(or replace) to archive
64
65 .B x,e
66 EXtract from archive
67     
68 .B l,v
69 List / Verbose List        
70          
71 .B u        
72 Update newer files to archive  
73
74 .B d
75 Delete from archive        
76          
77 .B m
78 Move to archive (means 'ad')   
79
80 .B c        
81 re-Construct new archive       
82
83 .B p        
84 Print to STDOUT from archive   
85
86 .B t        
87 Test file CRC in archive
88
89 .TP
90 options: 
91                                 
92 .B q
93 quiet                                
94
95 .B v
96 verbose                              
97
98 .B n
99 not execute                          
100
101 .B f
102 force (over write at extract)        
103
104 .B t
105 FILES are TEXT file                  
106
107 .B o 
108 use LHarc compatible method (a/u)    
109
110 .B w=<dir>
111 specify extract directory (x/e) 
112
113 .B d
114 delete FILES after (a/u/c)           
115
116 .B i
117 ignore directory path (x/e)          
118
119 .B z
120 files not compress (a/u)             
121
122 .B g  
123 [Generic] format (for compatibility) 
124
125 .B 0/1/2 
126 header level (a/u)                
127
128 .B e  
129 TEXT code convert from/to EUC        
130
131
132 .SH BUGS
133
134 This manpage is poor, it really should be improved, but the original
135 is in Japanese.
136
137 Try lha without any command line arguments to get help
This page took 0.122672 seconds and 3 git commands to generate.