From owner-freebsd-questions@FreeBSD.ORG Wed Dec 30 14:53:18 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D5E7106566B for ; Wed, 30 Dec 2009 14:53:18 +0000 (UTC) (envelope-from dimitar.vassilev@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 25C6D8FC15 for ; Wed, 30 Dec 2009 14:53:17 +0000 (UTC) Received: by ewy26 with SMTP id 26so9432891ewy.3 for ; Wed, 30 Dec 2009 06:53:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=MxsqkEiUNd592+BNtGMOc1HDhtRJclbH0kh3KxrSU30=; b=fvG4+tER1OC/pjU3qPPTQI5Fmj+T0zYalFE8KWbxbzDliJfkPRbfdUuBvCa3nS4JE8 mkaFHXbDNP34PoJo3Oe12pxav/ldqtOPXDq/AnIchkyAhSDY1p1sshIS79EGb/8V1ctE 3MC1zSlqfRRndpS2lhTm24GVEN4v/0l9p9poY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UMvMdYCfwpO9XK91M4CjK5kxCTtkEXi9CZLWVNS8PYePm1PSgtEgWjqsJlC28ynsu9 WY+nKjXyqVjLEBu2MpXifbQqrBhI7JuYkI5jYVT5/yZ3r7w4laVD5BeNXD2WumHv5m2M zaiRM/dbD+lpvQHU+Q5Wcv0JH24ZGLdRpy/pM= MIME-Version: 1.0 Received: by 10.213.100.4 with SMTP id w4mr2635516ebn.25.1262182898489; Wed, 30 Dec 2009 06:21:38 -0800 (PST) Date: Wed, 30 Dec 2009 16:21:38 +0200 Message-ID: <59adc1a0912300621r590a8216u77eb2c25b3494905@mail.gmail.com> From: Dimitar Vassilev To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: touch madness 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: Wed, 30 Dec 2009 14:53:18 -0000 Hi, I'm trying to find the match for touch -d now-5minutes+30seconds under freebsd. Got a munin plugin that i'd like to change without installing the emulator port. I have touch -A, however when i pass touch -A -00d04m30s i don't get anything as a file. Can someone give the exact syntax if possible. Thanks and all the best. Dimitar