Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- GIT
- xargs
- Eclipse
- context
- 네트워크
- tomcat
- resource
- Quartz
- Windows 10
- grep
- port
- JavaScript
- Source
- plugin
- 단축키
- import
- Mac
- 줄바꿈 문자
- netsh
- bash
- maVen
- vscode
- VirtualBox
- ssh
- lsof
- IntelliJ
- Windows
- web.xml
- profile
- find
Archives
- Today
- Total
develog
[linux] 압축 본문
압축하기 | 압축풀기 | |
xz | xz file1 | xz -d file1.xz |
bzip2 | bzip2 file2 | bzip2 -d file2.bz2 |
gzip | gzip file3 | gzip -d file3.gz |
zip | zip file4.zip file4 | unzip file4.zip |
Comments