From owner-svn-src-all@FreeBSD.ORG Wed May 16 00:31:41 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74EB41065676 for ; Wed, 16 May 2012 00:31:41 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E87B38FC17 for ; Wed, 16 May 2012 00:31:40 +0000 (UTC) Received: by werg1 with SMTP id g1so118593wer.13 for ; Tue, 15 May 2012 17:31:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=43PKJKV6e9ieLdvkbbEORAOqNYl/GTCJpw+mt3QqI0w=; b=YA2j8md1sA28ZokQPoBcDSg1Hlwffcf1uc7yDAjz1fGrwbqhdBrMSBVcYJQCQ9lddW LU5ZSg83kxhUzGi10Abn1NTFuSF2ONpEo4dQOKhbrVD/JnCFnQMUI6B02fRq2bT4d6GU gMy/9UYXPVoaCuBMQns9y7l1MVvvAOC4pCmJo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=43PKJKV6e9ieLdvkbbEORAOqNYl/GTCJpw+mt3QqI0w=; b=hgUxj9C/v5BVZCBiHQqrR031LxVJvVwLMES9ISZZ4zJeQAAfRpArVAdnUE86WAvpm8 vEzU41XcY1tElUEAMekxKqhL0I67uHgTVVo2DTOPNWePsDWBS95+duTqCVUblSjz2nJu F4Rb+14Uh3FsXBed0VFuuQ/C2IAMQZrAqmF894NR5Vfoo6M+3fUiKXuANGcbpSPf4INC S9gHTAKDq3h8kla7Gi/3Y/l3UGzT3Ii9OG71qEVxaDYq4UlohdVGQyDlX7+ERgZhrMZa YvDnylsoIxVfel4/rfMYCg6nVJMVjdzOZlh3yLcHAJ+sRx0WqXlFtlvlzRyJnlH18THL htHQ== Received: by 10.180.86.194 with SMTP id r2mr2460333wiz.15.1337128299461; Tue, 15 May 2012 17:31:39 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.223.120.6 with HTTP; Tue, 15 May 2012 17:31:08 -0700 (PDT) In-Reply-To: <14EB5CAF-03DF-4D64-9707-A8129F02DB23@lists.zabbadoz.net> References: <201205152015.q4FKFHob003642@svn.freebsd.org> <14EB5CAF-03DF-4D64-9707-A8129F02DB23@lists.zabbadoz.net> From: Eitan Adler Date: Tue, 15 May 2012 20:31:08 -0400 X-Google-Sender-Auth: BwaTYyMKdGoaAEKWjnFwz_uMpMg Message-ID: To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlbUWQSSpYlLKQYHK7RA4Qn2wCB8qwNUN/j1cK/JJ986StHDmEjegvIwhB7C7Lff5Yblehr Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r235481 - head/share/examples/csh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 00:31:41 -0000 On 15 May 2012 20:23, Bjoern A. Zeeb wrote: > Wow; how would that handle the 6 different agents I am running? This is an example meant for new users. Since you are running into a non-usual case you would obviously have to change it to suit your needs. > Can you please get rid of that extra call for grep and move it into the awk regex? This is relatively clear, but I don't have any objection to moving the ${USER} into awk. > Would sockstat -u be good enough to limit the output passed through the pipe? I don't think so. -- Eitan Adler Source & Ports committer X11, Bugbusting teams