From owner-freebsd-questions@FreeBSD.ORG Mon Oct 13 10:40:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1FE71065697 for ; Mon, 13 Oct 2008 10:40:51 +0000 (UTC) (envelope-from jeremyhooks@googlemail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7D4678FC16 for ; Mon, 13 Oct 2008 10:40:51 +0000 (UTC) (envelope-from jeremyhooks@googlemail.com) Received: by ik-out-1112.google.com with SMTP id c29so1168118ika.3 for ; Mon, 13 Oct 2008 03:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=yrWY9Y85UFSxIl7X1x2pJav0qa9hciQrni5iiON/Vdk=; b=BeMrbxnDJvwpv6mGYeyYZ2egxtXaka/Xomt/2tBIYJCtG9DmFgspsnhltpzYrt7gIV epQYVr6L79faZtx7Ag2BTqF3KfX16Gqm/mvA4JJ19MYb6wMRfNCHtXhXamyoclskqluY KlFzKfPdspzkbIFc5SxlmMCMIA3opbTLq1kBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=IuYdBalxnByZRNvNU/pyw/FCJGVyV7NPKT08ROlIdoJq1FeEz5c2EoAszZUVx1O6sd 3nPZsMoc0Ba5vhQZO/t00Kl5/ZxCd3xjh+92h3Cue70F3fys5Yn5loFiWO3IPH+uxFis P7GzDUGQA+zz0dzkSK2/rj3g41L+juZDmGFBw= Received: by 10.210.41.1 with SMTP id o1mr5291150ebo.75.1223894447796; Mon, 13 Oct 2008 03:40:47 -0700 (PDT) Received: by 10.210.82.9 with HTTP; Mon, 13 Oct 2008 03:40:47 -0700 (PDT) Message-ID: Date: Mon, 13 Oct 2008 11:40:47 +0100 From: "Jeremy Hooks" To: "Gary Kline" In-Reply-To: <20081013054415.GB6708@thought.org> MIME-Version: 1.0 References: <7708.70177.qm@web56801.mail.re3.yahoo.com> <48F1B87E.6010803@infracaninophile.co.uk> <20081013054415.GB6708@thought.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: rsync or even scp questions.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 10:40:52 -0000 > How, may I ask, does this work? If you search the bash man file you can find this and lots of other useful constructs, search for 'Parameter Expansion' - I'm not sure how much of this relates to other Bourne Shell derivatives, but I don't imagine it would be difficult to test it out.