<?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>Where&#039;s Walden? &#187; command line</title>
	<atom:link href="http://whereswalden.com/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://whereswalden.com</link>
	<description>Mozilla, politics, economics, law, backpacking, cycling, and other random desiderata</description>
	<lastBuildDate>Tue, 07 Sep 2010 20:10:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>pbcopy and pbpaste for Linux</title>
		<link>http://whereswalden.com/2009/10/23/pbcopy-and-pbpaste-for-linux/</link>
		<comments>http://whereswalden.com/2009/10/23/pbcopy-and-pbpaste-for-linux/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:43:19 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[pbcopy]]></category>
		<category><![CDATA[pbpaste]]></category>

		<guid isPermaLink="false">http://whereswalden.com/?p=1036</guid>
		<description><![CDATA[Mac OS X has the useful commands pbcopy and pbpaste. pbcopy reads the contents of standard input into the clipboard; pbpaste writes the contents of the clipboard to standard output. These commands aren&#8217;t part of the standard set of commands on Linux, but they&#8217;re easily added. Simply install the XSel program via a package management [...]]]></description>
			<content:encoded><![CDATA[<p>Mac OS X has the useful commands <code>pbcopy</code> and <code>pbpaste</code>.  <code>pbcopy</code> reads the contents of standard input into the clipboard; <code>pbpaste</code> writes the contents of the clipboard to standard output.  These commands aren&#8217;t part of the standard set of commands on Linux, but they&#8217;re easily added.  Simply install the <a href="http://www.vergenet.net/~conrad/software/xsel/">XSel</a> program via a package management system or directly from source, then add these lines to <code>~/.bashrc</code>.  Voilà!  Easy commandline access to the clipboard.</p>
<pre class="code" data-language="shell">
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
</pre>
]]></content:encoded>
			<wfw:commentRss>http://whereswalden.com/2009/10/23/pbcopy-and-pbpaste-for-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
