To: myknees AT aol DOT com (Myknees) Cc: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: EPZip 1.00 References: <346AC164 DOT 2860 AT rug DOT ac DOT be> <19971113235601 DOT SAA20592 AT ladder02 DOT news DOT aol DOT com> From: Esa A E Peuha Date: 18 Nov 1997 15:40:37 +0200 In-Reply-To: myknees@aol.com's message of 13 Nov 1997 23:56:44 GMT Message-ID: <86phg9a5nhm.fsf@vesuri.Helsinki.FI> Lines: 16 Precedence: bulk myknees AT aol DOT com (Myknees) writes: > I noticed that epzip will not include files that don't have an extention > when run with parameters like this: > epzip out.zip *.* That is what you should expect. The readme file says that epzip command line is parsed by the standard djgpp startup routines (if that should be more clear, please tell me). This means that wildcards are expanded in nearly-unix style. In particular, `*.*' matches only files with extension, while `*' matches all files (with or without extension). -- Esa Peuha student of mathematics at the University of Helsinki http://www.helsinki.fi/~peuha/