From owner-freebsd-questions@FreeBSD.ORG Wed Jul 26 07:03:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8A0F16A4DA for ; Wed, 26 Jul 2006 07:03:31 +0000 (UTC) (envelope-from nicky@valuecare.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23C8343D53 for ; Wed, 26 Jul 2006 07:03:30 +0000 (GMT) (envelope-from nicky@valuecare.nl) Received: from nlp (a80-126-182-198.adsl.xs4all.nl [80.126.182.198]) (authenticated bits=0) by smtp-vbr17.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6Q73S6U089348 for ; Wed, 26 Jul 2006 09:03:29 +0200 (CEST) (envelope-from nicky@valuecare.nl) From: Nicky To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: ValueCare B.V. Date: Wed, 26 Jul 2006 09:03:25 +0200 Message-Id: <1153897405.691.10.camel@nlp> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Current Cron Log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicky@valuecare.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 07:03:31 -0000 Hello, I have a script that is started through cron. This script contains several steps, each step writes information to stdout, in case of errors to stderr. The total script runs for about 6 hours and then the the combined output of all steps is mailed to root. However, is there a way to 'examine/monitor' the scripts progress. Perhaps cron keeps a temporary/current logfile of my scripts output, which i can look at? Any idea's? Thank You.