X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f996b,3a59c8977aee9a2a X-Google-Attributes: gidf996b,public X-Google-Thread: 110f55,3a59c8977aee9a2a X-Google-Attributes: gid110f55,public X-Google-Thread: fbb9d,3a59c8977aee9a2a X-Google-Attributes: gidfbb9d,public X-Google-ArrivalTime: 1994-10-22 06:53:49 PST Path: bga.com!news.sprintlink.net!sashimi.wwa.com!not-for-mail From: mpuj0@central.sussex.ac.uk (Chris) Newsgroups: rec.arts.ascii,alt.ascii-art,alt.binaries.pictures.ascii Subject: Info: Script to show all Figlet fonts Followup-To: rec.arts.ascii,alt.ascii-art,alt.binaries.pictures.ascii Date: 19 Oct 1994 13:31:47 -0500 Organization: University of Sussex Lines: 35 Sender: boba@wwa.com Approved: boba@wwa.com Message-ID: <383omj$7fg@sashimi.wwa.com> References: <37bbc9$mfc@ceylon.gte.com> <37ll66$65t@infa.central.susx.ac.uk> <37mlkb$m7g@gagme.wwa.com> NNTP-Posting-Host: sashimi.wwa.com Xref: bga.com rec.arts.ascii:2229 alt.ascii-art:13251 alt.binaries.pictures.ascii:1392 Bob Allison (boba@wwa.com) wrote: : Interesting, I'll have to put that in the longer FAQs. Another idea, also related to another article On unix a useful ksh script produces an example file for all fonts in the current directory -----cut here----- #! /bin/ksh for FILE in `ls *.flf` do echo $FILE >> example.file echo ~~~~~~~~~~~~~~~ >> example.file echo $FILE | figlet -f $FILE >> example.file echo ~~~ ~~~ ~~~ >> example.file done -----cut here----- Hope this is of interest. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ________ _ mpuj0@central.sussex.ac.uk / ____/ /_ _____(_)____ mpuj0@cogs.sussex.ac.uk / / / __ \/ ___/ / ___/ __ / /___/ / / / / / / /_ ___ ____ ______/ /__ \____/_/ /_/_/ /_/\__ \/ _ \/ __ `/ ___/ / _ \ ___/ / __/ /_/ / / / / __/ /____/\___/\__,_/_/ /_/\___/