Difference between revisions of "Linux tar"
From John Freier
(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 13:48, 10 May 2012
Tar commands
To tar up a folder
tar -czf ./destination.tgz ./source/*