From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 14:20:53 2011 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 25D9A106566B for ; Mon, 7 Nov 2011 14:20:53 +0000 (UTC) (envelope-from sghctoma@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A6A498FC16 for ; Mon, 7 Nov 2011 14:20:52 +0000 (UTC) Received: by faar19 with SMTP id r19so7328010faa.13 for ; Mon, 07 Nov 2011 06:20:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8BDYtR8XVLwRcPVy/YI6+Sw1WMI32cGUv/l7LIXS4fQ=; b=AQAYVPplHovTuPX+rKDMcdvGSGJ0PwRe7kEw1noj91H5zh2ReVjejWdWDOnJgiooaJ RqWSe+Xhf47tOfSHnQ5kRqRN0QNcxmXc0LBcjrQVHl9yYGR9uZrpSV7DpY1IRjv3uZS4 Mgy6qF6WsEP+liNvXVyh7fBSqy20SQiA2AqvI= Received: by 10.152.132.72 with SMTP id os8mr6555184lab.4.1320674290302; Mon, 07 Nov 2011 05:58:10 -0800 (PST) Received: from localhost (mail.praudit.hu. [89.135.48.141]) by mx.google.com with ESMTPS id me18sm8574671lab.10.2011.11.07.05.58.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Nov 2011 05:58:09 -0800 (PST) Date: Mon, 7 Nov 2011 14:58:07 +0100 From: Tamas Szakaly To: freebsd-questions@freebsd.org Message-ID: <20111107135807.GC5095@izebigyomicsoda.chello.hu> References: <4EB7DD00.3070103@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4EB7DD00.3070103@netfence.it> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: Monitor directory and execute script 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: Mon, 07 Nov 2011 14:20:53 -0000 On Mon, Nov 07, 2011 at 02:28:32PM +0100, Andrea Venturoli wrote: > Hello. > > I need to check for new or updated files in a directory and execute a > script on them whenever that happens. > Before I launch on complicated scripting, is there some > utility/port/deamon that already does this? > > bye & Thanks > av. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" hi, check out sysutils/wait_on! regards, sghctoma