Mail Archives: cygwin/1999/02/07/04:03:10
On Sat, 6 Feb 1999, Eric Goforth wrote:
> Am I using tar incorrectly here or does tar under cygwin not work the same
> as in bash under Linux?
>
> BASH.EXE-2.02$ tar -xvfz /windows/desktop/emacs*
> tar: Cannot open z: No such file or directory
> tar: Error is not recoverable: exiting now
Your argument order is incorrect. The '-f' option must be immediately
followed by a filename. It's taking the 'z' as the filename (which you
intended to be the 'gunzip' option). Try this instead:
tar -xvzf foo.tar.gz
--
Tripp Lilley + Innovative Workflow Engineering, Inc. + (tripp AT iweinc DOT com)
------------------------------------------------------------------------------
"So perl is like a graceful swan, gliding across a lake. But underneath the
water, there's these little legs, paddling like buggery."
-- beable van polasm in http://www.dejanews.com/getdoc.xp?AN=440381254
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -