Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with zsh and wildcards in scp commands
- X-seq: zsh-users 17709
- From: Jérémie Roquet <arkanosis@xxxxxxxxx>
- To: John <da_audiophile@xxxxxxxxx>
- Subject: Re: problem with zsh and wildcards in scp commands
- Date: Sun, 17 Mar 2013 17:20:47 +0100
- Cc: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- 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=/HjJby6xtx7k/IGvXA17m+hzrZP0w7WYq+woLJ5CXVI=; b=GgDTOJYHUczglENSSzreYkLGKacp1w1mHNChVzvOotHlhu1RvLW9yOnBJZZCBppOUB jH85ktNokWzFs+58zchqdshGONJ+wHUn9/MoQdq2lYv9Ld1KB4qnu0inlRECpTOQbmiX Wb7jm/WKSYscegfvv4sEuTpgL2CijG20bHdkQgNArglnnJsVOg5OWmrlvn5l7rfjCB/7 FVuu0Tj67BI+D08Hjc6YxnJoU/qkpsll7gt3NSGaiD9Vr2ns77zRaRzfysHfXOPwgHyO O0YHEUaAglQWzWAVTqtD+rLPSEo3d45lkOSaZYcS2gh7zv36tDmVbGWPiMhcfNaPbcNe 9+XQ==
- In-reply-to: <1363536224.75338.YahooMailNeo@web140003.mail.bf1.yahoo.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1363536224.75338.YahooMailNeo@web140003.mail.bf1.yahoo.com>
Hi,
2013/3/17 John <da_audiophile@xxxxxxxxx>:
> Thank you. Can zsh be modified easily in a config file to behave as bash with scp?
unsetopt nomatch
I wouldn't advice to use this, however, as it still wouldn't do what
you expect it to do if the expansion is possible locally.
You should rather use something like “noglob scp facade@gogo:~/*.xz
.”, which prevents local expansion.
Best regards,
--
Jérémie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author