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

Re: problem with zsh and wildcards in scp commands



2013/3/17 John <da_audiophile@xxxxxxxxx>:
> Thank you.  Perhaps an alias ?
>
> alias scp='noglob scp'

Keep in mind that it prevents local expansion for the whole line, so,
with this alias, you wouldn't be able to do things like “scp ./*.xz
facade@gogo:~/” anymore.

Best regards,

-- 
Jérémie



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