Mark, This is how these things are set up on a properly installed Cygwin:
% ll $( type -p -a gunzip ) lrwxrwxrwx 1 Administ None 19 Nov 26 09:04 /bin/gunzip -> gzip.exe* lrwxrwxrwx 1 Administ None 19 Nov 26 09:04 /usr/bin/gunzip -> gzip.exe* % ll $( type -p -a gzip ) -rwxrwxrwx 1 Administ None 50176 Nov 25 17:48 /bin/gzip* -rwxrwxrwx 1 Administ None 50176 Nov 25 17:48 /usr/bin/gzip* % ll /{usr/,}bin/gzip.exe -rwxrwxrwx 1 Administ None 50176 Nov 25 17:48 /bin/gzip.exe* -rwxrwxrwx 1 Administ None 50176 Nov 25 17:48 /usr/bin/gzip.exe* Your nineteen byte "gunzip" file is a symlink, or should be. Randall Schulz Mountain View, CA USA At 09:53 2002-05-20, Donszelmann, Mark wrote: >Version 1.3.10 net installation of cygwin seems to have the following problem: > >gunzip.exe seems to be only 19 bytes long and does not run. > >Regards >Mark Donszelmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/