90년대 중반에 MS-DOS 환경에서 친구들끼리 불법? 게임 복사에 많이 사용되었던 압축프로그램이 arj 와 lha 이다.
gnuwin32 에서 arj 와 lha 가 포함되어 있어서 윈도우에서도 사용할 수 있다.
arj 회사(http://www.arjsoftware.com) 가 있는데 잘 운영되는것 같지는 않다.
arj 오픈소스 http://arj.sourceforge.net
# arj 압축하기
# a add files to archive
# -r recurse subdirectories
arj a -r ysoftman.arj myfiles
# arj 압축풀기
# x extract files with full pathname
# -y assume yes on all queries
arj x -y ysoftman.arj
요시자키 하루야스라는 일본 사람이 개발한 lha
# lha 압축하기
# -a add to archive
lha -a ysoftman.lzh myfiles
# lha 압축풀기
# -e extract form archive
lha -e ysoftman.lzh
comments:
댓글 쓰기