From owner-freebsd-questions@freebsd.org Thu Apr 20 12:54:37 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED62FD48719 for ; Thu, 20 Apr 2017 12:54:37 +0000 (UTC) (envelope-from andipersti@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9801C13DD for ; Thu, 20 Apr 2017 12:54:37 +0000 (UTC) (envelope-from andipersti@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id d79so10676996wmi.2 for ; Thu, 20 Apr 2017 05:54:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=PIL0rjSGa28k8IRGqRmYqLKxgOXh8M5hvSm7VxXr3zw=; b=HixqfXP6W+EohNIkZQqMPzOwOxhVQgnFFbZc0AMZCX4LkM6+U7f2+TDoxPUssiIJHR xzh3AlbFQlgaKX21+rVFYUQuh3DJqzDg8sZtZWS1qs+RQ866ePberoZZ2BfdKqmrM9AE DJbtYYJsuV4/RHot4EPRK8fpQZJPXaeCDKyoVg4DlLb+1wGd/TmTxze5sWHgjptQOqow 47HoW/XB12iix+hmyzpv444mpu8jg0hofSWOrYLEeTa4ZP6f1EVnT+C8OUrexIKdPK2C cI+8YpgyJGfAfz4fnpZ2N8YxgqWDzMrZUDtpaA8TlbX3TG9EANFd37PoFh/ZTtiI29g7 E9Cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=PIL0rjSGa28k8IRGqRmYqLKxgOXh8M5hvSm7VxXr3zw=; b=V4Q286LuoaqKSYcf9GEGlOrRslQJFDM4A8J3wxNofpufXo31nhQeSM7sdmc5arsvWR HGBLTTN5szExYr58xF3IxHbJYkU/4YCtns35EKju5K2rPqFzlipS2oAAvZjD/PHmsLbY ULf9jFZT5XAdRpC1Ft29Q2uSzw/llEhoJhdxh0baVfLTOQJa8gwdsCFXYXFcYLj9fR+W 11UrQRbHdyjY2+sqSGLndkb9bYsFSyl7FnkGXgWF7hciYlP/ivQKzYcuuHELf0mHCERN EOHLm7Mnaio1PSRhMZVq6SZEzon2U3JkZo5huDvoz2qdfdNtNRl24nWWYpkG2Dqm+wTZ f8wg== X-Gm-Message-State: AN3rC/7TVU5nmYieMFXCtueG0pIxSUsYOiB0QBtdb9eS+++GqcvxFEpp HL5Z4fXMQRgYN1s6 X-Received: by 10.28.18.135 with SMTP id 129mr3010316wms.54.1492692875117; Thu, 20 Apr 2017 05:54:35 -0700 (PDT) Received: from [192.168.178.25] (91-119-212-211.dsl.dynamic.surfer.at. [91.119.212.211]) by smtp.googlemail.com with ESMTPSA id l36sm7492577wrl.59.2017.04.20.05.54.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Apr 2017 05:54:34 -0700 (PDT) Subject: Re: awk help To: freebsd-questions@freebsd.org References: <58F25A01.1060208@gmail.com> <7951DF71-5CD3-4B53-9CB4-13CAA8945983@huiekin.org> <58F4CD14.7090008@gmail.com> <58F53EEA.2030206@gmail.com> <7b381f8f-e2a5-26ea-075e-96ae35efb25d@rogers.com> <58F61027.3090100@gmail.com> <58F77BFE.50108@gmail.com> From: Andreas Perstinger Message-ID: Date: Thu, 20 Apr 2017 14:54:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <58F77BFE.50108@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de_AT Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 12:54:38 -0000 On 2017-04-19 17:02, Ernie Luzar wrote: > I used the date command to time the runs, problem is it only goes to a > second. What is really needed here is a timer in hundredths of a second. > Is there such a command that does that? There is the "time" command for timing the execution of a command/script. Bye, Andreas