From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12200 invoked by alias); 17 Mar 2013 16:31:34 -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: 17708 Received: (qmail 6378 invoked from network); 17 Mar 2013 16:31:33 -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 _netblocks.google.com designates 74.125.82.180 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=iHjzGDDG14sGsQcntcmcLof0Z+Z/CVtlFNFdpTi0GgU=; b=JaH8HSHKjXOf5/SfZAFZuwCs5/l1tMKnKBwizckCnsvIhWuQxfLKClj1ontZfogcXy x4sLP0y0C2NtY6EBG2iBG1CPTvA5dJbkyAnRAK+eYb+GsUbsnDrWhj7PWK22DjjnyTHe esR7faRpJii56tWt71kHlKctnmGLPBXTTqFSA3BBSFBscLTSmXZDTEw3ae0TruK6jjeL VS9htN5zFkmie63TrwfVxP3ykm90Y+B9DgDTGh9zok78JffWjcRSjvvSAzn7YFBWNHcl 2z3c96730rsLVdNTxHMyMUxtE6edHtv0XAEbc7KpsuWB5+CXhHNbXy1sMjHDZzaVF+N9 uGPg== X-Received: by 10.194.95.198 with SMTP id dm6mr20354403wjb.6.1363537887710; Sun, 17 Mar 2013 09:31:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1363537466.3050.YahooMailNeo@web140002.mail.bf1.yahoo.com> References: <1363536224.75338.YahooMailNeo@web140003.mail.bf1.yahoo.com> <1363537466.3050.YahooMailNeo@web140002.mail.bf1.yahoo.com> From: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= Date: Sun, 17 Mar 2013 17:31:11 +0100 Message-ID: Subject: Re: problem with zsh and wildcards in scp commands To: John Cc: "zsh-users@zsh.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2013/3/17 John : > Thank you. Perhaps an alias ? > > alias scp=3D'noglob scp' Keep in mind that it prevents local expansion for the whole line, so, with this alias, you wouldn't be able to do things like =E2=80=9Cscp ./*.xz facade@gogo:~/=E2=80=9D anymore. Best regards, --=20 J=C3=A9r=C3=A9mie