Results 1 to 2 of 2
how to add a folder toa tar file without uncompressing it?is it possible?...
- 08-18-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 5
appending a folder to a tar file
how to add a folder toa tar file without uncompressing it?is it possible?
- 08-18-2009 #2
Just use the -r flag:
For more information see the tar man pageCode:tar -r filename.tar folder/
Linux User #453176


Reply With Quote