From owner-freebsd-questions Tue Feb 12 22:37:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marvin.1729.net (1729.xs4all.nl [213.84.67.6]) by hub.freebsd.org (Postfix) with ESMTP id BC57A37B400 for ; Tue, 12 Feb 2002 22:37:50 -0800 (PST) Received: from arnold (arnold.lan [192.168.1.8]) by marvin.1729.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with SMTP id IAA25192; Wed, 13 Feb 2002 08:03:44 +0100 Message-ID: <008101c1b459$257e2e80$0801a8c0@lan.1729.net> From: "Ruben de Groot" To: "Remington" , References: <000001c1b447$939c8270$82038bd8@blah> Subject: Re: Named Pipes? Date: Wed, 13 Feb 2002 07:39:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try mkfifo(1) ----- Original Message ----- From: "Remington" To: Sent: Wednesday, February 13, 2002 5:33 AM Subject: Named Pipes? > Im reading a book on shell scripting. I came acroos something on named > pipes. "you can create special devise devices called named pipes... > Named pipe is a permanent pipe device that exists until it is remived... > named pipes can accept imput from any connamds that write to them. And > then it goes on telling me on how to creat one by using mknod > #mknod LOG p > This doesn't work. Essentialy I want to create one and put in the > following: > #log < LOG > while TRUE > do > read line > echo `date+'%H$M%S'` $line ?? /usr/local/logfile > done > LOG > > How would I accomplish creating a nemed pipe? > > Windows, not worth the CD its burned on. > -Remington > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message