일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Windows
- docker
- PostgreSQL
- Package
- judge
- Flask
- list
- Database
- TORCH
- GitLab
- Container
- Converting
- LLM
- format
- numpy
- KAKAO
- Paper
- DB
- git
- AI
- CUDA
- pytorch
- Mac
- Python
- pandas
- file
- enV
- Linux
- evaluation
- Laravel
Archives
- Today
- Total
Daily Develope
[Linux] tar 압축 / 압축 해제 본문
압축
tar -cf {compressed_filename}.tar.gz {target_file}
해제
tar -xf {target_filename}.tar.gz
옵션
-v : 세부정보 출력, Verbose
-z : 압축 확장자 지정
'OS > Linux' 카테고리의 다른 글
[Linux] openssl 수동 업데이트 / 설치 (0) | 2024.04.30 |
---|---|
[Linux] 패키지 저장소 정리 (0) | 2023.09.05 |
[Linux] USB 연결 & 파일 복사 (0) | 2022.12.12 |
[Vim] 명령어 정리 (0) | 2022.05.12 |
[Linux] Python 소스코드를 통한 업데이트 (0) | 2022.04.13 |
Comments