Jul
10
this is first grade, but in case you forget how to create a tar and gzip on the fly if you do not have gnu tar...
to unpack on the fly:
# gunzip < filename.tar.gz | tar xvf -
to pack on the fly:
# tar cvf - files_to_tar | gzip -c > filename.tar.gz
Posted by rdircio
| Top Exits (0)Vote for articles fresher than 7 days!
-
Current karma: none, 0 vote(s) 462 hits