Computer Science/OS

리눅스 tar 파일 zip으로 변경

깜태 2021. 9. 29. 12:31
728x90

tar -zxvf filename.tgz && zip filename.zip $(tar tf filename.tgz)

 

출처 : https://stackoverflow.com/questions/45787941/is-there-any-command-on-linux-to-convert-tar-gz-files-to-zip

728x90