Itīs just include the option -f to the tar command (for mantaining folders structure).
e.g. :
%tar -cf outfile.tar empty_folder ... (just for concatenating it)
or
%tar -czf outfile.tar.gz empty_folder ... (for concatenating an zip it)
Last edited by emathias; 10-25-2004 at 03:18 PM.
|