Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

problem with zsh and wildcards in scp commands



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