From: jont AT harlequin DOT co DOT uk (Jon Thackray) Subject: More on beta-17 bash problem 6 Jan 1997 09:37:28 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <7300.9701061535.cygnus.gnu-win32@dedekind.cam.harlequin.co.uk> Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com There seems to be something wrong with trying to indirect into a root based file. D:/ml/ml_ref/MLW/demo# for x in basis/INDEX; do cat basis/INDEX > /distribution/poo; done D:/ml/ml_ref/MLW/demo# for x in basis/INDEX; do cat $x > /distribution/poo; done D:/ml/ml_ref/MLW/demo# sh -c "for x in basis/INDEX; do cat $x > /distribution/poo; done" sh: /distribution/poo: No such file or directory D:/ml/ml_ref/MLW/demo# sh -c "for x in basis/INDEX; do cat $$x > /distribution/poo; done" sh: /distribution/poo: No such file or directory - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".