From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21336 invoked by alias); 27 Feb 2012 19:56:52 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16806 Received: (qmail 29555 invoked from network); 27 Feb 2012 19:56:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.43 as permitted sender) Received-SPF: pass (google.com: domain of luomat@gmail.com designates 10.68.223.199 as permitted sender) client-ip=10.68.223.199; Authentication-Results: mr.google.com; spf=pass (google.com: domain of luomat@gmail.com designates 10.68.223.199 as permitted sender) smtp.mail=luomat@gmail.com; dkim=pass header.i=luomat@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=DyLQehcsLgmkS8ID+9usya3sqcvGTK9zOG8I269uue8=; b=DWbWA3vPLCzRB+iOeHMwj6jOLWWzgNWiAGntvk/hA/xmzgzrl6k/V/t8wUeZaT4bV8 b8tOT4ophlI0bbpJh7Fnqf9SKdnWuCyA2Cgr5sX1Y1fBWoOSUfsY3X/KbI/lyfp2/3LI 5HmfFX3Wv0eY1Hgfobs94sKOJUQ9FrlKWInOg= MIME-Version: 1.0 In-Reply-To: <20120227183842.GI59682@dan.emsphone.com> References: <20120227173150.GH59682@dan.emsphone.com> <20120227183842.GI59682@dan.emsphone.com> From: TJ Luoma Date: Mon, 27 Feb 2012 14:55:55 -0500 Message-ID: Subject: Re: How to find owner of file or folder? To: Dan Nelson Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Feb 27, 2012 at 1:38 PM, Dan Nelson wrote= : > Note that "fileinfo" is just an arbitrary variable name I picked. =C2=A0S= ee the > zshmodules manpage for more info. Ah, I hadn't looked closely enough. Thanks for the clarification! TjL