Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (16 loc) · 307 Bytes

2006-09-25-tar-quickref.md

File metadata and controls

17 lines (16 loc) · 307 Bytes
layout title date categories slug
post
tar quickref
2006-09-25 13:19
linux
bash
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