From owner-freebsd-questions Tue Apr 29 17:25:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA19962 for questions-outgoing; Tue, 29 Apr 1997 17:25:51 -0700 (PDT) Received: from iceberg.anchorage.net. (iceberg.anchorage.net [207.14.72.150]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id RAA19952 for ; Tue, 29 Apr 1997 17:25:38 -0700 (PDT) Received: from aak.anchorage.net (ai-129 [207.14.72.129]) by iceberg.anchorage.net. (8.6.11/8.7.3) with SMTP id PAA15747 for ; Tue, 29 Apr 1997 15:22:16 -0800 Date: Tue, 29 Apr 1997 16:15:43 -0800 (AKDT) From: Steve Howe X-Sender: abc@aak.anchorage.net To: freebsd-questions Subject: no pipes allowed Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk why is it that some commands like "ls" and "which" won't accept pipes? echo /etc | ls (will just list the current directory, not /etc) echo ppp | which (does nothing ... no /usr/sbin/ppp) ------------------------------------------------------------------------- also - how does one get sh scripts to accept piped input ... ?