Message-Id: <199704211658.BAA24758@mail.st.rim.or.jp> From: "Daisuke Aoyama" To: Cc: "DJGPP ML" , "Eli Zaretskii" Subject: =?ISO-2022-JP?B?UmU6IEJhc2ggQXJndW1lbnQgbGlzdCB0b28gbG9uZw==?= Date: Mon, 21 Apr 1997 18:55:44 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Precedence: bulk Wayne Bergeron wrote: >Thanks. Got it. Tried it. Still have the situation. I am using ls >version 3.13 from GNU Utils. No problem there, is there? The command >is 'ls j:/tp*/*/u*'. This should find several dozen files. Bash does Probably the expanded arguments are more than transfer buffer. So DJGPP's library complains about this. New version is tried to pass the arguments through to the response file when fail to run. Please check it yourself. Note that BASH's builtin comamnds (like echo) are not limited about this. Try to run builtin echo instead of ls.exe. >support multi-level directory wildcarding, doesn't it? Yes. BASH supports multiple asterisks. Daisuke Aoyama jack AT st DOT rim DOT or DOT jp PGP Key ID: 50B4BDFD PGP Key Fingerprint: 1E 2C 84 22 DA C4 0C BB 5A 75 F5 8A 82 F8 DF 58