How do I extract a tar.gz file in SSH?

Последна промяна: 15.10.2025 09:03

To extract a tar.gz file in SSH, use the following command:

tar -zxvf data.tar.gz

This extracts the contents of data.tar.gz to the current directory.