Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: scp and noglob
- X-seq: zsh-users 8249
- From: Philippe Troin <phil@xxxxxxxx>
- To: Jens Kubieziel <maillist@xxxxxxxxxxxx>
- Subject: Re: scp and noglob
- Date: 29 Nov 2004 16:26:59 -0800
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20041129205603.GA5217@xxxxxxxxxxxx>
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20041129205603.GA5217@xxxxxxxxxxxx>
Jens Kubieziel <maillist@xxxxxxxxxxxx> writes:
> 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?
alias scp='noglob command scp'
maybe?
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author