-
Decompress tar filesMiscellaneous 2021. 6. 22. 15:03
tar files: It is a compressed file often used in Linux (similar to zip files in Windows)
tar -xvf compressed_file.tar
tar -xvf compressed_file.tar --directory /path/to/directory
[1] StackExchange, "Are there other options to unzip a file in Ubuntu besides “unzip”? [closed]" (link)
[2] Some blog posting, "tar command in Linux with examples" (link)'Miscellaneous' 카테고리의 다른 글
Figure Images for Papers (0) 2021.08.11 Downloadable link from Google Drive for wget (0) 2021.06.22 [AWS] Putty and WinSCP (0) 2021.05.06