From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55852 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: Re: No Gnus feature request: simpler file structure for synching Date: Thu, 08 Jan 2004 23:23:59 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Sender: ding-owner@lists.math.uh.edu Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1073600676 15131 80.91.224.253 (8 Jan 2004 22:24:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2004 22:24:36 +0000 (UTC) Original-X-From: ding-owner+M4392@lists.math.uh.edu Thu Jan 08 23:24:32 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AeiZs-0004yT-00 for ; Thu, 08 Jan 2004 23:24:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AeiZc-0007sS-00; Thu, 08 Jan 2004 16:24:16 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AeiZX-0007sN-00 for ding@lists.math.uh.edu; Thu, 08 Jan 2004 16:24:11 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 0BF343A0034 for ; Thu, 8 Jan 2004 16:24:07 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AeiZS-0000kK-00 for ; Thu, 08 Jan 2004 23:24:06 +0100 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AeiZQ-0000kC-00 for ; Thu, 08 Jan 2004 23:24:04 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AeiZQ-0003vD-00 for ; Thu, 08 Jan 2004 23:24:04 +0100 Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T;w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv,vbL^XF1nIp\:F=$Ei2o&mEe:%N~,:3]vtQ~s9u$9izmX$IF@VgGl7/,^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Copies-To: nobody User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:OCLGX8jkWcIeE73ghiA/AInhGz0= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55852 On Wed, Jan 07 2004, Steven E. Harris wrote: [ gnusync shell script ] Do you allow some off-topic remarks? > #!/bin/sh > > CMD=3D'rsync -e ssh -lptD -vuzb --exclude=3D'*~'' ^ ^ ^^ o c oc The =BB*~=AB part is not properly quoted (o=3Dopening, c=3Dclosing quotes). You may use one of the following: | " '*~'" | ' "*~"' | ' \'*~\'' > REMOTE=3DPanix:~/temp/sync/gnus Some Unix-Standard (SUS2, SYS3? I don't remember exactly) suggest to use lower case variables. [1] [...] > $CMD -r $* $REMOTE/home/ . ^^ better use "$@" (including the quotes) Bye, Reiner. [1] http://www.ee.surrey.ac.uk/Teaching/Unix/unix8.html --=20 ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/