<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fun with ASCII art</title>
	<atom:link href="http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 07:40:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Salam</title>
		<link>http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/comment-page-1/#comment-12968</link>
		<dc:creator>Salam</dc:creator>
		<pubDate>Tue, 23 Feb 2010 20:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1381#comment-12968</guid>
		<description>Thanks Samuel Huckins

I got this error for the first one thought &#039;unknown box design -- parchement&#039; but the second works fine. And that&#039;s enough for me, but again how can i put the mouse as a header in my email, here is so far what i managed. Please ppl, i am new just trying to learn

clear
echo &quot;Type your email please&quot;
read email;
echo &quot;Subject&quot;
read subject;
echo &quot;your msg&quot;
read msg;

figlet -f $subject $msg &#124; mail -s &quot;Subject&quot; $email;
echo &quot;A msg has been sent to $email with the subject $subject and message $msg&quot;

Thanks in advance again</description>
		<content:encoded><![CDATA[<p>Thanks Samuel Huckins</p>
<p>I got this error for the first one thought &#8216;unknown box design &#8212; parchement&#8217; but the second works fine. And that&#8217;s enough for me, but again how can i put the mouse as a header in my email, here is so far what i managed. Please ppl, i am new just trying to learn</p>
<p>clear<br />
echo &#8220;Type your email please&#8221;<br />
read email;<br />
echo &#8220;Subject&#8221;<br />
read subject;<br />
echo &#8220;your msg&#8221;<br />
read msg;</p>
<p>figlet -f $subject $msg | mail -s &#8220;Subject&#8221; $email;<br />
echo &#8220;A msg has been sent to $email with the subject $subject and message $msg&#8221;</p>
<p>Thanks in advance again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/comment-page-1/#comment-12864</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1381#comment-12864</guid>
		<description>ASCII (http://en.wikipedia.org/wiki/ASCII) is a character encoding method. figlet is a utility that uses lots of various ASCII characters to form the larger characters of user-provided words. Quite different animals :-) This has some info on ASCII art: http://en.wikipedia.org/wiki/Ascii_art

For you particular need, you&#039;d want to take your header text, send that to figlet (see example in post), then capture figlet&#039;s output and use it in forming your email.</description>
		<content:encoded><![CDATA[<p>ASCII (<a href="http://en.wikipedia.org/wiki/ASCII" rel="nofollow">http://en.wikipedia.org/wiki/ASCII</a>) is a character encoding method. figlet is a utility that uses lots of various ASCII characters to form the larger characters of user-provided words. Quite different animals <img src='http://dancingpenguinsoflight.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  This has some info on ASCII art: <a href="http://en.wikipedia.org/wiki/Ascii_art" rel="nofollow">http://en.wikipedia.org/wiki/Ascii_art</a></p>
<p>For you particular need, you&#8217;d want to take your header text, send that to figlet (see example in post), then capture figlet&#8217;s output and use it in forming your email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salam</title>
		<link>http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/comment-page-1/#comment-12851</link>
		<dc:creator>Salam</dc:creator>
		<pubDate>Sun, 21 Feb 2010 12:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1381#comment-12851</guid>
		<description>Hi,
Is there a way to load the ASCII arts in bash command i mean like figlet
ls /usr/share/figlet
ls /usr/share/ascii ?
and what is the difference between figlet and ascii i am confused
when ever i googled for ascii arts just got figlet!
what i want is that i want to write a script in bash command, that loads the ascii arts and make a filter from those arts and send to email as a header from bash command.
thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is there a way to load the ASCII arts in bash command i mean like figlet<br />
ls /usr/share/figlet<br />
ls /usr/share/ascii ?<br />
and what is the difference between figlet and ascii i am confused<br />
when ever i googled for ascii arts just got figlet!<br />
what i want is that i want to write a script in bash command, that loads the ascii arts and make a filter from those arts and send to email as a header from bash command.<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/comment-page-1/#comment-9746</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Thu, 17 Dec 2009 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1381#comment-9746</guid>
		<description>@Nick Oh no, I&#039;d never do that ;-) http://dancingpenguinsoflight.com/2008/07/needs-more-cowsay/</description>
		<content:encoded><![CDATA[<p>@Nick Oh no, I&#8217;d never do that <img src='http://dancingpenguinsoflight.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  <a href="http://dancingpenguinsoflight.com/2008/07/needs-more-cowsay/" rel="nofollow">http://dancingpenguinsoflight.com/2008/07/needs-more-cowsay/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Anderson</title>
		<link>http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/comment-page-1/#comment-9648</link>
		<dc:creator>Nick Anderson</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1381#comment-9648</guid>
		<description>don&#039;t forget cowsay</description>
		<content:encoded><![CDATA[<p>don&#8217;t forget cowsay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/comment-page-1/#comment-9602</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Mon, 14 Dec 2009 23:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1381#comment-9602</guid>
		<description>@niczar Awesome. I had not seen that one, thanks!</description>
		<content:encoded><![CDATA[<p>@niczar Awesome. I had not seen that one, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niczar</title>
		<link>http://dancingpenguinsoflight.com/2009/12/fun-with-ascii-art/comment-page-1/#comment-9568</link>
		<dc:creator>niczar</dc:creator>
		<pubDate>Mon, 14 Dec 2009 12:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1381#comment-9568</guid>
		<description>I see your figlet and raise you a toilet: http://caca.zoy.org/wiki/toilet</description>
		<content:encoded><![CDATA[<p>I see your figlet and raise you a toilet: <a href="http://caca.zoy.org/wiki/toilet" rel="nofollow">http://caca.zoy.org/wiki/toilet</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

