Create a tar.gz of a directory

Posted by robbiebow on 15 August, 2009 under geek, perl | Be the First to Comment

tar -cvzf <output filename> <directory>

Add A Comment