From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 16:20:29 2003 Return-Path: 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 CF8E537B401 for ; Thu, 17 Apr 2003 16:20:29 -0700 (PDT) Received: from joloxbox.joshualokken.com (12-225-249-250.client.attbi.com [12.225.249.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107A243FA3 for ; Thu, 17 Apr 2003 16:20:29 -0700 (PDT) (envelope-from jolok@joshualokken.com) Received: from joloxbox.joshualokken.com (localhost.joshualokken.com [127.0.0.1])h3HNKxHG001034 for ; Thu, 17 Apr 2003 16:21:08 -0700 (PDT) (envelope-from jolok@joshualokken.com) Received: (from jolok@localhost) by joloxbox.joshualokken.com (8.12.9/8.12.9/Submit) id h3HNKx5f001033 for freebsd-questions@freebsd.org; Thu, 17 Apr 2003 16:20:59 -0700 (PDT) Date: Thu, 17 Apr 2003 16:20:59 -0700 From: Joshua Lokken To: freebsd-questions@freebsd.org Message-ID: <20030417232059.GA996@joloxbox.joshualokken.com> References: <3E9EE045.4030201@nyc.rr.com> <20030417221850.GB500@joloxbox.joshualokken.com> <20030417225041.GB606@c-49c170d5.bredbandsbolaget.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030417225041.GB606@c-49c170d5.bredbandsbolaget.se> User-Agent: Mutt/1.4i Organization: little to none X-OS: FreeBSD joloxbox.joshualokken.com 4.8-STABLE i386 Subject: Re: FreeBSD tips of the day X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 23:20:30 -0000 * Martin Karlsson (mk-freebsd@bredband.net) wrote: ==> Hi, ==> ==> * Joshua Lokken [2003-04-17 15.18 -0700]: ==> > How would a guy [guy is meant here as a generic term meaning ==> > 'person' or 'body'] go about creating, ie 'simpsons.db' from a ==> > homespun file of ==> > simpsons fortunes? Thanks, ==> ==> strfile(8) would do that. ==> ==> Put delimiting characters in your simpsons-file (the existing ==> fortune-files use a percent-sign), place it in ==> /usr/share/games/fortune and issue: ==> ==> # strfile simpsons ==> ==> HTH, ==> -- ==> Martin Karlsson It does, indeed. Thanks Martin! -- Joshua