From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 11 17:08:37 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7038116A407 for ; Mon, 11 Dec 2006 17:08:37 +0000 (UTC) (envelope-from ez.c0re@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0A843CAC for ; Mon, 11 Dec 2006 17:07:18 +0000 (GMT) (envelope-from ez.c0re@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1256082uge for ; Mon, 11 Dec 2006 09:08:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RZietMC5r/q5LbYEhupffUEgRd+DPy47TeXsoAH7mhQanD7/9/k0HXaBTcIDBDufD1GVxEfLCh/FbrL29mGFzFzXIui/+jc6P8g6NL56kazHkui0jV0NmrY+C4n42jaF8ZXJC6YRPiUoXWBQaJtydT/CyVE1gQPI84Bk6ycp33k= Received: by 10.67.97.7 with SMTP id z7mr10157930ugl.1165856914262; Mon, 11 Dec 2006 09:08:34 -0800 (PST) Received: by 10.66.237.4 with HTTP; Mon, 11 Dec 2006 09:08:34 -0800 (PST) Message-ID: <6dd8736a0612110908q2cdb99a0rf3b8da3f5e4bdfee@mail.gmail.com> Date: Mon, 11 Dec 2006 17:08:34 +0000 From: "c0re dumped" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Reading in real time from a file without pipes X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 17:08:37 -0000 Hello everyone, I wonder if is possible to read data from a certain file without using a pipe. Let me explain: I have a process already writing messages to a logfile. I want to read all written data (without neither stop nor interfere normal log process) from another process in real time. How can I achieve it ? thanks -- No stupid signatures here.