<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>This is my blog &#187; linux</title>
	<atom:link href="http://www.ronniealleva.org/index.php/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ronniealleva.org</link>
	<description>There are many like it but this one is mine</description>
	<lastBuildDate>Mon, 10 May 2010 07:06:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script-fu: cat directly to X clipboard</title>
		<link>http://www.ronniealleva.org/index.php/2009/04/10/script-fucat-directly-to-x-clipboard/</link>
		<comments>http://www.ronniealleva.org/index.php/2009/04/10/script-fucat-directly-to-x-clipboard/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 18:48:52 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[command line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ronniealleva.org/?p=44</guid>
		<description><![CDATA[Have you ever wanted to &#8216;cat&#8217; a file directly to the clipboard? OF COURSE, why else would you be reading this sentence?
Simply install &#8216;xclip&#8217;, which is simple also, if you are on ubuntu:

sudo apt-get install xclip

Anything that you pipe to it goes to the X11 clipboard.  Once there, you can just hit the middle [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to &#8216;cat&#8217; a file directly to the clipboard? OF COURSE, why else would you be reading this sentence?</p>
<p>Simply install &#8216;xclip&#8217;, which is simple also, if you are on ubuntu:</p>
<pre>
sudo apt-get install xclip
</pre>
<p>Anything that you pipe to it goes to the X11 clipboard.  Once there, you can just hit the middle mouse button to paste it where you want, just as if you had highlighted it.  So you can do things like this:</p>
<pre>
$ cat some.file | xclip
$ nslookup somehost | xclip
$ ./runsomeawesomescriptthatyouwanttheoutputintheclipboard.sh | xclip
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ronniealleva.org/index.php/2009/04/10/script-fucat-directly-to-x-clipboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
