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

Re: scp and noglob



The easiest way is to simply escape the '*'

scp $SERVER:\*.c


On Mon, 29 Nov 2004 21:56:03 +0100, Jens Kubieziel
<maillist@xxxxxxxxxxxx> wrote:
> I often use scp to transfer multiple files. Assume I want to transfer
> all *.c-files, I enter:
> scp $SERVER:*.c .
> Zsh tries to expand *.c and I have to insert a 'noglob'. Is there a way
> to tell zsh to don't expand all filenames which are on the serverside?



Messages sorted by: Reverse Date, Date, Thread, Author