AWS AWS 디딤 클라우드
알림톡 통합메시징(알림톡)
이니톡 결제 이니톡(알림톡) 결제!
일본결제지원 일본결제지원!
그간에 궁금했던것입니다.^^
시간되시는 분 봐주시면 감사하겠습니다^^
http://sir.co.kr/qa/95398?s_tag=%EC%98%81%EC%B9%B4%ED%8A%B85
즐거운 시간되세요 ^^
광고가 아닌 글을 신고하면 회원님의 신고 권한이 제한될 수 있습니다. 신중하게 신고해 주세요.
전체 485개 중 361-390번째
댓글 2개
the problem is the argument, f argument take the next as the filename, so it must be the last of argument
tar cvzf output.tgz folder
or
tar -cvzf output.tgz folder
http://superuser.com/questions/169195/tar-exiting-with-failure-status-due-to-previous-errors
이러지 말고 tar cvzpf 처럼 f 를 맨나중에 위치시키라는 것인가요?
아무튼 그 에러나도 압축한 파일은 사용할수 있씁니까?