From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 17:44:03 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 8631E16A421 for ; Sun, 30 Sep 2007 17:44:03 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id 00E2D13C478 for ; Sun, 30 Sep 2007 17:44:02 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so4401473mue for ; Sun, 30 Sep 2007 10:44:01 -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:in-reply-to:mime-version:content-type:references; bh=QQ68FsT8gMd4bTT5mLDeMvBd/RfmpuGEED2WBuLQ0AQ=; b=nvz6oeEJa5j2I8RM3NejNNQNblMlWW+q0yf2PK18S7c3Lecmx7IHIUwz+9Eo/+7ABQji0Ko1/K55gqulGafs59Mts9kZqZdfyFTsy4wxLpxEpGdPMvhwQK/fPDuGxpzGH4rB7H8lA3ExE6oMWgtyc9NCENV9cV/8UeYsjQY4K1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=l/onhizhbBtxDHEgXHL/ioL4EUVPgGTS+MjsTn78FaJwHtX/ZSkfjtpRdF6gFcPlaqrF8r7ESA80tQeS7m8MZ7CIGrg7LHYbBUkeqUfB6NJShOtboyk/dICcgZYz7Tm+n32A6/RVmyAgTFvRV6ObbuSnkzQxRrXiHj4KL1W6JHs= Received: by 10.82.119.17 with SMTP id r17mr13225982buc.1191174241180; Sun, 30 Sep 2007 10:44:01 -0700 (PDT) Received: by 10.82.151.6 with HTTP; Sun, 30 Sep 2007 10:44:01 -0700 (PDT) Message-ID: <2b98f2f70709301044p60393a62ob74b058fc79b3c8b@mail.gmail.com> Date: Sun, 30 Sep 2007 23:44:01 +0600 From: "Jeff Laine" To: "Jeff Laine" , freebsd-questions@freebsd.org In-Reply-To: <20070930173343.GA1611@oberon.njm.f2s.com> MIME-Version: 1.0 References: <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com> <20070930173343.GA1611@oberon.njm.f2s.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 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:44:03 -0000 On 30/09/2007, N.J. Mann wrote: > > In message <2b98f2f70709300956w5bf6b0das679279446d1962b0@mail.gmail.com>, > Jeff Laine wrote: > > > > 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. > > tail -f > > man tail(1) for details > > > Cheers, > Nick. > -- > > Thanks! Just forgot about "tail" -- Jeff