Your message dated Sun, 30 Jan 2000 14:09:54 +0100 with message-id <38943822.F644514E@tu-harburg.de> and subject line Bug#2585: Find command with multiple pipes fails in KDE Konsole has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 30 Jan 2000 03:38:23 +0000 From bowman@buffnet.net Sun Jan 30 04:38:23 2000 Received: from buffnet4.buffnet.net ([205.246.19.13]:28680 "EHLO buffnet4.buffnet.net") by max.tat.physik.uni-tuebingen.de with ESMTP id ; Sun, 30 Jan 2000 04:38:07 +0100 Received: from buffnet.net (adppp16.buffnet.net [208.28.190.28]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id WAA59884 for ; Sat, 29 Jan 2000 22:38:17 -0500 (EST) (envelope-from bowman@buffnet.net) Message-ID: <3893DC67.EC7A152D@buffnet.net> Date: Sat, 29 Jan 2000 22:38:31 -0800 From: C & A Bowman X-Mailer: Mozilla 4.06 [en] (Win98; I) MIME-Version: 1.0 To: submit@bugs.kde.org Subject: Find command with multiple pipes fails in KDE Konsole Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-Path: X-Orcpt: rfc822;submit@bugs.kde.org I use the following command to list all the directories in the current directory. If I run the command in console mode, it works fine. But if I run the same command in KDE Konsole, in the same directory, it returns nothing. I know there *are* directories present (from console mode). The command I give is: find -maxdepth 1 -type d | sort -k8 | less -E -c KDE Konsole returns nothing, but the prompt. In console mode, the same command returns a sorted list of directories found. However, if I shorten the command to find -maxdepth 1 -type d | sort -k8 it works fine in both KDE Konsole and console. Charles L. Bowman SuSE 6.1 (Kernel: 2.2.5; BASH 2.02)