From owner-freebsd-questions@FreeBSD.ORG Thu May 11 19:42:49 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1893216A4EA for ; Thu, 11 May 2006 19:42:49 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id B042844938 for ; Thu, 11 May 2006 19:40:15 +0000 (GMT) (envelope-from doug@polands.org) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.4/8.13.4) with ESMTP id k4BJeExH019773 for ; Thu, 11 May 2006 14:40:14 -0500 (CDT) (envelope-from doug@polands.org) Received: from 209.103.215.99 (proxying for 209.103.215.99) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Thu, 11 May 2006 14:40:14 -0500 (CDT) Message-ID: <63874.209.103.215.99.1147376414.squirrel@email.polands.org> Date: Thu, 11 May 2006 14:40:14 -0500 (CDT) From: "Doug Poland" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.87/1458/Thu May 11 13:37:19 2006 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: Bourne shell scripting resources 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: Thu, 11 May 2006 19:43:12 -0000 Hello, Can someone point me to a good on-line reference for Bourne shell scripting? I've come across some syntax I don't understand and, since I don't understand it, don't know how to search the web for it. For example, what do these special variable characters do? ${UNISON_SCHED%% *} # what does %% * do? ${UNISON_JOB%\.*} # what does %\.* do? -- Regards, Doug