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

scp and noglob



Hi,

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?

Thanks for hints
-- 
Jens Kubieziel                                   http://www.kubieziel.de
Wer hohe Türme bauen will, muß lange beim Fundament verweilen. Dr. hc.
Anton Bruckner



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