[Linux] tar 활용

taeyoung Ahn·2024년 5월 1일
  • 해당 폴더에서 tar로 파일 압축하기

    tar -cvf 압축할파일명.tar [파일명 or 경로]
    ex) tar -cvf data-2021-06.tar data-2021-06-*

profile
극락코드드

0개의 댓글