Mail Archives: cygwin/1998/08/19/04:03:04
Hi Jeff, you wrote:
: tar -cvzf foo f.tar.gz or tar -cvf foo f.tar
:
: it works fine, except it excludes files that are compressed with gzip.
Assuming foo is the directory, you swapped the args. Should be:
tar cvzf f.tgz foo or tar cvf f.tar foo
Bye, Heribert (dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de)
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -