Difference between revisions of "Linux tar"

From John Freier
Jump to: navigation, search
(Created page with 'Tar commands')
 
Line 1: Line 1:
 
Tar commands
 
Tar commands
 +
 +
 +
To tar up a folder
 +
tar -czf ./destination.tgz ./source/*

Revision as of 14:48, 10 May 2012

Tar commands


To tar up a folder

tar -czf ./destination.tgz ./source/*