Les autres programmes de compression tar
bzip2 zcat gzip
tar zip
Compression
avec lha
Les autres programmes de compression
bzip2 tar
compress zip ...
Les options :
usage: lha [-]{axelvudmcp[q[num]][vnfodizg012]}[w=<dir>]
archive_file [file...]
commands: options:
a Add(or replace)
to archive q{num} quiet (num:quiet mode)
x,e EXtract from archive v verbose
l,v List / Verbose
List n not execute
u Update newer files
to archive f force (over write at extract)
d Delete from archive t FILES are TEXT file
m Move to archive (means 'ad') o[56] compression method (a/u)
c re-Construct new archive w=<dir> specify extract
directory (a/u/m/x/e)
p Print to STDOUT
from archive d delete FILES after (a/u/c)
t Test file CRC
in archive i ignore directory path (x/e)
z files not compress (a/u)
g [Generic] format (for compatibility)
0/1/2 header level
(a/u)
e TEXT code convert from/to EUC
[cr@localhost java]# lha -a projetdb.lha projetdb
[cr@localhost java]#
ls -l projetdb.*
-rw-r--r-- 1 cr cr 104267 aoû
3 19:57 projetdb.lha
|