Updated: 05 April 2026
Extract a tar ball to the current directory
tar -x -f music.tar
Create a compressed tar ball
tar -cpzf foo.tar.gz ~/foo-dir
Freelance software engineer United Kingdom
Updated: 05 April 2026
Extract a tar ball to the current directory
tar -x -f music.tar
Create a compressed tar ball
tar -cpzf foo.tar.gz ~/foo-dir