From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 492003d7 for ; Sun, 27 Jan 2019 14:32:39 +0000 (UTC) Received: (qmail 8824 invoked by alias); 27 Jan 2019 14:32:23 -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: List-Unsubscribe: X-Seq: 23852 Received: (qmail 16778 invoked by uid 1010); 27 Jan 2019 14:32:22 -0000 X-Qmail-Scanner-Diagnostics: from mail-it1-f196.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(209.85.166.196):SA:0(-1.9/5.0):. Processed in 2.016385 secs); 27 Jan 2019 14:32:22 -0000 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=k+SdsWuU3x9+teZqF2EgVbvCOZUBdLqYKoMCyebRMwE=; b=c089yDMycGfSEXLwkkyeccXt8alT63SU0mujNZWGdlo4w735GsByzp+E9vcD01yBd4 XPDE9Txm12FvRUtZ0V+XyqDIafUSM6M7THmW/JDelf4de5XkH10Fw8BOKGAHT3i/j/wO KyCghhUgm2gTS+sd8bSawOsVdOpM2gHWkVn3Z0BfbE7xlE61SSaPN60pce9eUi9KG10x 8pyv5JsaBdDMeE7BSEGtHTXGg2g1cAm8USnXcZoSoEf+Nyr6M1U6fMBrumv6N1zrGBcb eDQvqjLdaDjVsG74/t+hap90s+zQe99l5q+Bn5q37xqC4Z+2ASbwHcxGykC46JZkkErt Oshg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=k+SdsWuU3x9+teZqF2EgVbvCOZUBdLqYKoMCyebRMwE=; b=iG2xxpICKyV9yUbhOm0i0ZhjRa8TwvMhCrixOkmOJdmNl72h09Prpn4kMogVli62sj WRAiO7VgEDgC3RaSzzKPTRs2fpucojEYCXkFB+htj19OeJZGo4WA2n8Cud1vfRv/WkIN cTM3ojIknvCxt77m/fsI/FDSSuYL/rutiSkZj2TLsuomlEBT3EN9QdvX1NGQBLdHCkJj KxmQCmnRDXPJ2Ncd0+zFsGP74I3IOcd9CiKgpW8mPep6/YDidQav6fmezGqFV01IvOWp 3/ZAE9ytB8MPheDiN1sQmtcGXpiJGVwo6pPgIxYb2GpqDOexB9OaOKbmklhrM7SqWjEO YLuw== X-Gm-Message-State: AJcUukeIf1Nlt6vfBTx7lHIj/jj/tiMCCP/BApZpR3CMAkSLzy+MpBAh 0b/B6aFEOFxI/Xj0cBym9gEN2w== X-Google-Smtp-Source: ALg8bN7wAJQUWddRe8ZzD9n25ydL08mkDR6Id0ez/Yg1EALbIQZMXniHuYFkBJX2sT7ov8yITqUcnA== X-Received: by 2002:a24:6511:: with SMTP id u17mr8475429itb.12.1548599538050; Sun, 27 Jan 2019 06:32:18 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: Using script to find location of global rcs files. From: dana In-Reply-To: Date: Sun, 27 Jan 2019 08:32:16 -0600 Cc: zsh Content-Transfer-Encoding: quoted-printable Message-Id: References: To: linuxtechguy@gmail.com X-Mailer: Apple Mail (2.3445.100.39) On 27 Jan 2019, at 07:11, Jim wrote: >Had some trouble with the above line of code when there is only one = global file, >It only returned a =C2=A8.=C2=A8. Assuming I typed it correctly. Oh yeah, i always forget. In recent versions of zsh (5.4+ i think) you = can use (Af) instead of (f) to fix that dana