Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
problem with zsh and wildcards in scp commands
- X-seq: zsh-users 17704
- From: John <da_audiophile@xxxxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: problem with zsh and wildcards in scp commands
- Date: Sun, 17 Mar 2013 03:46:01 -0700 (PDT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1363517161; bh=5/JDDzt+C2SUNikEwKCCOuRFHrju9vYT0GHeQsmEKwY=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=dMg2ypZ2hkzy1xNQAJYVVXTIubRYbRxJI3htsEvMHl6YT4KmrEQszw0LND3XfAXam5mMUx8IGBRXjvud+yTIAuXrK6vnbiGplu77WVQBPYKojA82e4gYZ+MvCjSVvE6YxtspsvzSJIEtgktao12/Q0m9kw335EK1l+LEsI1sGnE=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Pl/XVH4BlULKIuCg9FIP2/zbZ++y+nJfdzef9PmiuJJncqgv6a3plmfjLVXZ0xiisILiqGhigZiWh8d+QEuTeNyuUDtlbzhQspu9x9fMmSgzxyEcEtzs632ZZxwVFZq6afGGYkBA5yMLJHK3lZWRfzsH8jgtZgmURRLPN38gUR0=;
- 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
- Reply-to: John <da_audiophile@xxxxxxxxx>
I am using graysky's zsh config files which can be found on his github: https://github.com/graysky2/configs/tree/master/shell
When I try to scp wildcards from remote servers, I get errors:
% scp facade@gogo:~/*.xz .
zsh: no matches found: facade@gogo:~/*.xz
But if I do it without wildcards, no problems ...why :)
% scp facade@gogo:~/webcam.tar.xz .
webcam.tar.xz 100% 928KB 464.1KB/s 00:02
Messages sorted by:
Reverse Date,
Date,
Thread,
Author