From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 17:23:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 613E316A417 for ; Sun, 30 Sep 2007 17:23:11 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id E87B813C44B for ; Sun, 30 Sep 2007 17:23:10 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so4396078mue for ; Sun, 30 Sep 2007 10:23:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=JPkMRRKZ64A9DbLfE+c/vQkRgwwAnkDg8/EYbC139gI=; b=FzMpfjFwv4ooW6rGzxdqq+S+3dMrNoL8vaeh8k5CIvv6W788Xv2+a3va3IUAOwm7wqTgq83eMRP74XuZvDWoMrwJw7io/jVSGZtcr/Zui8un/MAECqPR/RtnrTfgIllvWEcHN/VS6q1My6O4PuS+8eKjuAbz+BgRjuQZ3hwRXhQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=uf6aQW7ajpnzdUR2Dux0PkIIba/mwIVlBn2VG5Wd/+7eyzGDgSknCL1mSqLAXaeFMt8FJ4HIXGNM2s1gU53Yv3XFBZDu2ZRmYNw1sRR4gIK21o+1QKk+7n+zA1xe8y9+fp+k5uF85CmEeVzXgzS/n4ZYPlOdF6vItbdCzJhRZt4= Received: by 10.82.160.19 with SMTP id i19mr13013270bue.1191171399865; Sun, 30 Sep 2007 09:56:39 -0700 (PDT) Received: by 10.82.151.6 with HTTP; Sun, 30 Sep 2007 09:56:39 -0700 (PDT) Message-ID: <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com> Date: Sun, 30 Sep 2007 22:56:39 +0600 From: "Jeff Laine" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: keep track of a text file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 17:23:11 -0000 Hi to all. ------------------- I'm using FreeBSD 6.1-RELEASE-p17 Just wonder about one catch: is it possible to keep track of any text file's contents in a real time? For example, I open ttyv1 and via some magic command :) I get my file's contents updating in real time if any modifications occured. Any advices will be very much appreciated. -- Jeff