Message-ID: <39717F25.F7B849D1@softhome.net> Date: Sun, 16 Jul 2000 11:23:49 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com CC: "Mark E." Subject: Re: Bash 2.04 beta 5 released References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > Perhaps the fact that gdate produces much less output than ls. This can be wrong assumption. I've tried ls | less in empty directories too with no difference. > Laurynas, can you try "`ls`" and "gdate | less" and see what happens? The problem seems to be tied to piping and not substitution: "echo `ls`" and "echo `gdate`" are OK "gdate | less" and "ls | less" are not so OK BTW, I've added Mark's error output to previous beta and get this: removing tmp file failed: : Permission denied (EACCES) Laurynas