tar 파일
tar -xvzf [/파일명] -C [압축해제경로]
ex )
tar -xvzf dataset.tar -C ~/Documents/my_folder
그 자리에서 바로 해제
tar -xvf [파일 이름.tar]
ex)
tar -xvf dataset.tar
zip 파일
unzip [파일 이름.zip]
ex)
unzip 3DModel.zip
zsh 경로 설정 (.bash_profile에 경로를 더해도 터미널을 새로 킬 때마다 사라져요) (0) | 2021.05.08 |
---|---|
Wipe 설치하기 (0) | 2021.04.19 |
파일 시스템 소유권과 권한 바꿔주기 chown/chmod (0) | 2021.03.23 |
Java macOS에 설치 (.bash_profile, .profile, .bashrc) (0) | 2021.03.16 |
CMakeDetermineSystem.cmake Error (Mounted filesystem issue) (0) | 2020.08.11 |
댓글 영역