<?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"
	>
<channel>
	<title>Comments on: Attach files to email via command line</title>
	<atom:link href="http://systembash.com/content/linux-command-line-attach-files-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com/content/linux-command-line-attach-files-email/</link>
	<description>Technology and System Administration</description>
	<pubDate>Wed, 19 Nov 2008 17:17:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: hyu</title>
		<link>http://systembash.com/content/linux-command-line-attach-files-email/#comment-5723</link>
		<dc:creator>hyu</dc:creator>
		<pubDate>Fri, 25 Jan 2008 20:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/linux-command-line-attach-files-email/#comment-5723</guid>
		<description>uuencode f1 f1 &#62; f1.uu
uuencode f2 f2 &#62; f2.uu
echo "mail body" &#62; mail.body
cat mail.body f1.uu f2.uu &#124; mail -s "test e-mail" you.e-mail@address.com</description>
		<content:encoded><![CDATA[<p>uuencode f1 f1 &gt; f1.uu<br />
uuencode f2 f2 &gt; f2.uu<br />
echo &#8220;mail body&#8221; &gt; mail.body<br />
cat mail.body f1.uu f2.uu | mail -s &#8220;test e-mail&#8221; <a href="mailto:you.e-mail@address.com">you.e-mail@address.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gare</title>
		<link>http://systembash.com/content/linux-command-line-attach-files-email/#comment-4115</link>
		<dc:creator>gare</dc:creator>
		<pubDate>Fri, 12 Oct 2007 22:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/linux-command-line-attach-files-email/#comment-4115</guid>
		<description>How do you attach 2 files ?

:0)
Thanks for posting this solution!.</description>
		<content:encoded><![CDATA[<p>How do you attach 2 files ?</p>
<p>:0)<br />
Thanks for posting this solution!.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
