[Zope] RE: OT: using 'patch' with wildcards

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Wed, 17 Oct 2001 14:31:36 +0400


On Wed, Oct 17, 2001 at 12:25:24PM +0200, Jean Jordaan wrote:
>   patch -p0 < ../Patches/*

   Wrong. Shell will expand it as

patch -p0 < ../Patches/Patch1 ../Patches/Patch2

   and oops... shell syntax error.

Oleg.
-- 
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.