tar 인수명단이 너무 김 > 아트로봇

본문 바로가기
사이트 내 전체검색

아트로봇

tar 인수명단이 너무 김

페이지 정보

작성자 최고관리자 댓글 0건 조회 5,728회 작성일 21-05-31 14:34

본문

tar 인수명단이 너무 김

/bin/tar: Argument list too long
2007-07-06
If you find yourself stuck with over 30,000 files in a directory (text files in this example), packing them into a tar file can be tricky. You can get around it with this:

find . -name '*.txt' -print >/tmp/test.manifest
tar -cvzf textfiles.tar.gz --files-from /tmp/test.manifest
find . -name '*.txt' | xargs rm -v


https://major.io/2007/07/05/bintar-argument-list-too-long/
추천78
  • 트위터로 보내기
  • 페이스북으로 보내기
  • 구글플러스로 보내기

댓글목록

등록된 댓글이 없습니다.

회원로그인

접속자집계

오늘
552
어제
1,414
최대
5,068
전체
1,133,251

그누보드5
Copyright © 소유하신 도메인. All rights reserved.