Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 298 Bytes

tar-quickref.md

File metadata and controls

15 lines (14 loc) · 298 Bytes

Title: tar quickref Date: 2006-09-25 13:19 Author: Andrea Zonca Tags: linux, bash Slug: tar-quickref

compress: tar cvzf foo.tgz *.cc *.h
check inside: tar tzf foo.tgz | grep file.txt
extract: tar xvzf foo.tgz
extract 1 file only: tar xvzf foo.tgz path/to/file.txt