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
- IntelliJ
- Windows
- web.xml
- context
- resource
- VirtualBox
- Eclipse
- maVen
- 줄바꿈 문자
- GIT
- lsof
- Mac
- tomcat
- Quartz
- plugin
- 단축키
- Windows 10
- bash
- profile
- vscode
- 네트워크
- import
- netsh
- Source
- grep
- JavaScript
- ssh
- xargs
- find
- port
Archives
- Today
- Total
develog
[bash] tar --no-xattrs, 맥에서 tar 압축하고 Ubuntu 에서 압축해제시 오류 제거 본문
맥에서 tar 압축하고 Ubuntu 에서 압축해제시에 오류가 발생
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
맥에서 tar 압축시 --no-xattrs 옵션을 사용한다
tar cvfz my-proj.tar.gz \
--no-xattrs \
my-proj
Comments