Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: scp and noglob
- X-seq: zsh-users 8248
- From: Jay Guerette <jayguerette@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: scp and noglob
- Date: Mon, 29 Nov 2004 17:19:06 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=tm1z4/Pd1RNxaQiih52kP7AgUAnYnreRTVepR2fs9ObsG3zsujR2f7MNQBhie2v4zB3HqaZD7HgIwEUDhV7hVigQkFFJ5+xivO1L79TwLnAF+8ISvUyO/7I/554ys5fK6suF62ULq1aGmZBWUYQ+xOKlGvOCiKULDuT/T/Jg55c=
- In-reply-to: <20041129205603.GA5217@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20041129205603.GA5217@xxxxxxxxxxxx>
- Reply-to: Jay Guerette <jayguerette@xxxxxxxxx>
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