<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'unzip' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/unzip</link>
		<description>unzip</description>
		<language>ko</language>
		<pubDate>Mon, 16 Jan 2012 21:07:04 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[오늘만 무료! 압축파일 관리 어플리케이션, UnArchiver (+USB Disk Pro)]]></title>
	<link>http://dering.egloos.com/405359</link>
	<guid>http://dering.egloos.com/405359</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/76x100/http://pds23.egloos.com/pds/201201/16/23/d0142923_4f14124d768f6.png"  
				alt="오늘만 무료! 압축파일 관리 어플리케이션, UnArch.." 
				width="76px"  
				height="100pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/>      UnArchiver (+USB Disk Pro)           http://appshopper.com/utilities/unarchiver     굉장히 많은 종류의 압축파일을 지원합니다.   Zip, Tar-GZip, Tar-BZip2, RAR, 7-zip 이외에 다양한 압축파일을 풀 수 있습니다.   알집 같은건... 아직도 쓰시나요? 알집에 대해서는 나중에 시간이 되면 포스팅을 하죠.     방금 받아서 써봤는데, 기존에 쓰던 UnZip보다 모든 면에서 더 나은 듯 합니다.   게다가 유니버설 어플이니 폰과 패드 모두 사용 가능합니다.   추천합니다.      다운받으시려면 여기를 클릭하세요    	]]>
	</description>
	<pubDate>Mon, 16 Jan 2012 21:07:04 +0900</pubDate>
	<dc:creator><![CDATA[Charles]]></dc:creator>
</item>
<item>
	<title><![CDATA[zip]]></title>
	<link>http://dochi575.egloos.com/4665139</link>
	<guid>http://dochi575.egloos.com/4665139</guid>
	<description>
	<![CDATA[ 
zip으로 압축하려면 &quot;-r&quot; 옵션을 주면 된다.    #zip -r test01.zip test    adding: test/ (stored 0%)    adding: test/03_list.sh (deflated 47%)    adding: test/04_rollback.sh (deflated 21%)    adding: test/01_backup.sh (deflated 56%)    adding: test/02_apply.sh (deflated 55%)    adding: test/target/ (stored 0%)    adding: test/target/statuses_web.xml (deflated 81%)    adding: test/target/meeting_web.xml (deflated 8	]]>
	</description>
	<pubDate>Wed, 11 Jan 2012 17:53:06 +0900</pubDate>
	<dc:creator><![CDATA[개미 to 베짱이]]></dc:creator>
</item>
<item>
	<title><![CDATA[zip파일 압축풀기]]></title>
	<link>http://genes1s.egloos.com/2672766</link>
	<guid>http://genes1s.egloos.com/2672766</guid>
	<description>
	<![CDATA[ 
unzip abc.zip	]]>
	</description>
	<pubDate>Tue, 02 Nov 2010 16:55:40 +0900</pubDate>
	<dc:creator><![CDATA[Good mind]]></dc:creator>
</item>
<item>
	<title><![CDATA[unzip zip 압축 풀기]]></title>
	<link>http://anti1346.egloos.com/4652894</link>
	<guid>http://anti1346.egloos.com/4652894</guid>
	<description>
	<![CDATA[ 
- 리눅스에서 .zip 압축 풀기  1. unzip 설치여부 확인 $ rpm -qa | grep unzip unzip-5.52-3.el5  2-1. unzip 사용 $ unzip bb.zip Archive:  bb.zip  extracting: dns1_201001.zip  extracting: dns2_201001.zip  extracting: dns3_201001.zip $ ls bb.zip  dns1_201001.zip  dns2_201001.zip  dns3_201001.zip  2-2 $ unzip -d dns1 dns1.zip-- dns1 : 디렉토리 -- dns1.zip : 압축파일 	]]>
	</description>
	<pubDate>Mon, 25 Jan 2010 13:49:02 +0900</pubDate>
	<dc:creator><![CDATA[변군 이글루스]]></dc:creator>
</item>
<item>
	<title><![CDATA[unzip zip]]></title>
	<link>http://anti1346.egloos.com/4561308</link>
	<guid>http://anti1346.egloos.com/4561308</guid>
	<description>
	<![CDATA[ 
# unzip -d dns1 dns1.zip  -- dns1 : 디렉토리 -- dns1.zip : 압축파일 	]]>
	</description>
	<pubDate>Thu, 22 Oct 2009 17:05:30 +0900</pubDate>
	<dc:creator><![CDATA[변군 이글루스]]></dc:creator>
</item>
<item>
	<title><![CDATA[[트랙백] 윈도우에서 압축된 Zip 파일을 한글 파일명이 깨지는 문제 없이 압축 해제하는 방법]]></title>
	<link>http://lum7671.egloos.com/3552954</link>
	<guid>http://lum7671.egloos.com/3552954</guid>
	<description>
	<![CDATA[ 
  유용한 정보 감사합니다. :-)    그래도 JZip 같은 GUI 프로그램이 End User에게는 필요할 것 같습니다.  JZip 0.2 잘 받았습니다. :-)    링크 : 윈도우에서 압축된 Zip 파일을 한글 파일명이 깨지는 문제 없이 압축 해제하는 방법    ...    unzip -O CP949 xxx.zip(Zip 파일명)    ...	]]>
	</description>
	<pubDate>Sat, 29 Dec 2007 20:47:35 +0900</pubDate>
	<dc:creator><![CDATA[개미나라]]></dc:creator>
</item>
<item>
	<title><![CDATA[빵집 - 프리웨어 파일압축 유틸리티]]></title>
	<link>http://tactlee.egloos.com/1511292</link>
	<guid>http://tactlee.egloos.com/1511292</guid>
	<description>
	<![CDATA[ 
 알집의 상용화에 맞춰 발표된 '빵집'은 국산 프리웨어 파일압축 유틸리티이다. 빵집을 발표한 이유는 새로운 운영체제를 같이 만들 개발자를 모으기 위한 것이란다.  빵집 개발자 양병규씨의 홈페이지  빵집 v3.0 build 1326()    	]]>
	</description>
	<pubDate>Thu, 04 Oct 2007 16:27:03 +0900</pubDate>
	<dc:creator><![CDATA[호기심 많은 녀석]]></dc:creator>
</item>
	</channel>
</rss>

