From owner-freebsd-questions@FreeBSD.ORG Mon Mar 3 23:24:08 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 0CFFF106566B for ; Mon, 3 Mar 2008 23:24:08 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id CB65C8FC12 for ; Mon, 3 Mar 2008 23:24:07 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id CF5F91CDE4; Mon, 3 Mar 2008 14:24:02 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 4 Mar 2008 00:22:34 +0100 User-Agent: KMail/1.9.7 References: <4dc0cfea0803030652n2f048784qcfc46ad561d9fbf9@mail.gmail.com> In-Reply-To: <4dc0cfea0803030652n2f048784qcfc46ad561d9fbf9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200803040022.34594.fbsd.questions@rachie.is-a-geek.net> Cc: Victor Subervi Subject: Re: Variable Substitution 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, 03 Mar 2008 23:24:08 -0000 On Monday 03 March 2008 15:52:51 Victor Subervi wrote: > Forgive this basic question, but can=B4t figure out how to google it. If I > want to substitute strings in an expression, I can use %s for string, or = %d > for digit. What about file? What is this process called, so I can find a > howto? printf(1) or printf(3), pending what language you want. =2D-=20 Mel Problem with today's modular software: they start with the modules and never get to the software part.