From owner-freebsd-questions@FreeBSD.ORG Sat May 27 08:22:37 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 2409416A632 for ; Sat, 27 May 2006 08:22:23 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id A808743D46 for ; Sat, 27 May 2006 08:22:22 +0000 (GMT) (envelope-from kyrreny@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZX00I1Y0L9U4C0@osl1smout1.broadpark.no> for questions@freebsd.org; Sat, 27 May 2006 10:22:21 +0200 (CEST) Received: from urban.broadpark.no ([80.203.212.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZX00JKN0L0Y1F0@osl1sminn1.broadpark.no> for questions@freebsd.org; Sat, 27 May 2006 10:22:21 +0200 (CEST) Date: Sat, 27 May 2006 10:22:17 +0200 From: Kyrre Nygard In-reply-to: <44773030.6030309@eftel.com> To: Adrian Pavone , questions@freebsd.org Message-id: <7.0.1.0.2.20060527102139.02257678@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060526180029.0224b418@broadpark.no> <44773030.6030309@eftel.com> Cc: Subject: Re: textproc: Typesetting holy content 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: Sat, 27 May 2006 08:23:46 -0000 At 18:43 26.05.2006, Adrian Pavone wrote: >Well, sounds to me like the perfect reason to learn how to write a shell >script. > >You already have your algorithm/method clearly defined, now you just >need something to automate it. A shell script would clearly be the thing >to do that with. > >If you need any help with shells and shell scripting, a wealth of >information is just a google away ;). > >Just my $0.02 > >Regards, >Adrian You're most right, I think I will grab some tutorial and start reading. Thanks man!