Date: Tue, 28 Apr 1998 13:42:50 +0300 (IDT) From: Eli Zaretskii To: merser cc: DJGPP Subject: Re: pipe error In-Reply-To: <01bd7204$81bb18c0$LocalHost@Image> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 27 Apr 1998, merser wrote: > Running BASH it ain't possible to use a pipe, eg: > ls -l -a | more > Bash comes up with the following > bash: pipe error: No such file or directory (ENOENT) The most probable cause is that the directory where the TMPDIR environment variable points does not exist anymore, or the disk where it resides is full, or TMPDIR is not defined at all.