From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20426 invoked from network); 30 Nov 2004 09:12:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Nov 2004 09:12:35 -0000 Received: (qmail 88481 invoked from network); 30 Nov 2004 09:12:29 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Nov 2004 09:12:29 -0000 Received: (qmail 16738 invoked by alias); 30 Nov 2004 09:11:39 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8252 Received: (qmail 16722 invoked from network); 30 Nov 2004 09:11:38 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Nov 2004 09:11:38 -0000 Received: (qmail 86865 invoked from network); 30 Nov 2004 09:10:39 -0000 Received: from 90.red-213-97-199.pooles.rima-tde.net (HELO fargo) (213.97.199.90) by a.mx.sunsite.dk with SMTP; 30 Nov 2004 09:10:37 -0000 Received: (qmail 9381 invoked by uid 500); 30 Nov 2004 09:10:39 -0000 Date: Tue, 30 Nov 2004 10:10:39 +0100 From: David =?iso-8859-15?Q?G=F3mez?= To: Philippe Troin Cc: Jens Kubieziel , zsh-users@sunsite.dk Subject: Re: scp and noglob Message-ID: <20041130091039.GA9361@fargo> Mail-Followup-To: Philippe Troin , Jens Kubieziel , zsh-users@sunsite.dk References: <20041129205603.GA5217@kubieziel.de> <87brdgmbak.fsf@ceramic.fifi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87brdgmbak.fsf@ceramic.fifi.org> User-Agent: Mutt/1.4.2.1i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: **** X-Spam-Status: No, hits=4.1 required=6.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 4.1 Hi Philippe ;), > > 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? But sometimes you need globbing in the client part, so you'll have to expand (tab-tab) the list to make the command line to work. regards, -- David Gómez Jabber ID: davidge@jabber.org