<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Conocimiento Libre (o lo que está detrás del Software Libre) &#187; Unix</title>
	<atom:link href="http://conocimientolibre.wordpress.com/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://conocimientolibre.wordpress.com</link>
	<description>Todo hacer es conocer y todo conocer es hacer. Todo lo dicho es dicho por alguien. (Humberto Maturana)</description>
	<lastBuildDate>Wed, 23 Dec 2009 03:00:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='conocimientolibre.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e32a3885c7759e07df0d4fd3c16ec91b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Conocimiento Libre (o lo que está detrás del Software Libre) &#187; Unix</title>
		<link>http://conocimientolibre.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://conocimientolibre.wordpress.com/osd.xml" title="Conocimiento Libre (o lo que está detrás del Software Libre)" />
		<item>
		<title>Presentación del sed</title>
		<link>http://conocimientolibre.wordpress.com/2009/07/21/presentacion-del-sed/</link>
		<comments>http://conocimientolibre.wordpress.com/2009/07/21/presentacion-del-sed/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 03:05:17 +0000</pubDate>
		<dc:creator>Ricardo Pluss</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://conocimientolibre.wordpress.com/?p=1795</guid>
		<description><![CDATA[Fuente: programacionbizarra
La herramienta de Unix &#8220;sed&#8221; (&#8220;stream editor&#8221; o &#8220;editor de flujo&#8221;) es, junto con &#8220;awk&#8221; (y sin contar a Perl, la panacea, en la contienda), la más poderosa en lo que a procesamiento de texto plano se refiere.
Al igual que el editor &#8220;ed&#8221;, del cual toma todos sus comandos, permite escribir pequeños scripts de [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conocimientolibre.wordpress.com&blog=985038&post=1795&subd=conocimientolibre&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Fuente: <a href="http://programacionbizarra.blogspot.com/2009/03/presentacion-del-sed-copyright-c-2009.html">programacionbizarra</a></p>
<p>La herramienta de Unix &#8220;sed&#8221; (&#8220;stream editor&#8221; o &#8220;editor de flujo&#8221;) es, junto con &#8220;awk&#8221; (y sin contar a Perl, la panacea, en la contienda), la más poderosa en lo que a procesamiento de texto plano se refiere.</p>
<p>Al igual que el editor &#8220;ed&#8221;, del cual toma todos sus comandos, permite escribir pequeños scripts de edición de texto en un particular lenguaje:</p>
<pre># el comando "i" inserta texto en la línea
# que se le indique
sed '7i hola mundo' zaraza.txt

# el comando "d" borra líneas
sed '1d' zaraza.txt

# el comando "s" sustituye texto utilizando
# expresiones regulares si se desea
sed '1,$s/palavra/palabra/g' zaraza.txt</pre>
<p>Sin embargo, su característica distintiva es la habilidad de procesar texto proveniente desde la entrada estándar. La que lo convierte en una herramienta ideal para construir filtros y utilizarlos en nuestros scripts Bourne, Korn, tcsh, bash, o lo que fuere.</p>
<p><a href="http://programacionbizarra.blogspot.com/2009/03/presentacion-del-sed-copyright-c-2009.html">Leer más</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conocimientolibre.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conocimientolibre.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conocimientolibre.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conocimientolibre.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conocimientolibre.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conocimientolibre.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conocimientolibre.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conocimientolibre.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conocimientolibre.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conocimientolibre.wordpress.com/1795/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conocimientolibre.wordpress.com&blog=985038&post=1795&subd=conocimientolibre&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conocimientolibre.wordpress.com/2009/07/21/presentacion-del-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/135aecb3f53d124474f58a6b2ab39e40?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rpluss</media:title>
		</media:content>
	</item>
		<item>
		<title>YPF migra a Red Hat Enterprise Linux</title>
		<link>http://conocimientolibre.wordpress.com/2009/07/07/ypf-migra-a-red-hat-enterprise-linux/</link>
		<comments>http://conocimientolibre.wordpress.com/2009/07/07/ypf-migra-a-red-hat-enterprise-linux/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 03:43:20 +0000</pubDate>
		<dc:creator>Ricardo Pluss</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[virtualización]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[YPF]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://conocimientolibre.wordpress.com/?p=1726</guid>
		<description><![CDATA[Fuente:  CIRL
Red Hat ha anunciado recientemente la migración de la petrolera YPF a Red Hat Enterprise Linux 5 para su negocio YPF Gas. La combinación de Red Hat sobre plataformas de virtualización Intel x86 ha permitido reducir costes, mejorar el rendimiento y aumentar la escalabilidad frente a la anterior infraestructura propietaria basada en UNIX. 
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conocimientolibre.wordpress.com&blog=985038&post=1726&subd=conocimientolibre&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		A:link { so-language: zxx } --><span style="font-size:small;">Fuente:  <a href="http://cirl.unex.es/noticias.php?id=511">CIRL</a></span></p>
<p><span style="font-size:small;">Red Hat <a href="http://investors.redhat.com/releasedetail.cfm?ReleaseID=391372" target="_blank">ha anunciado</a> recientemente la migración de la petrolera <a href="http://www.ypf.com/" target="_blank">YPF</a> a Red Hat Enterprise Linux 5 para su negocio YPF Gas. La combinación de Red Hat sobre plataformas de <a href="http://www.es.redhat.com/rhel/virtualization/" target="_blank">virtualización</a> Intel x86 ha permitido reducir costes, mejorar el rendimiento y aumentar la escalabilidad frente a la anterior infraestructura propietaria basada en UNIX. </span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conocimientolibre.wordpress.com/1726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conocimientolibre.wordpress.com/1726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conocimientolibre.wordpress.com/1726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conocimientolibre.wordpress.com/1726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conocimientolibre.wordpress.com/1726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conocimientolibre.wordpress.com/1726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conocimientolibre.wordpress.com/1726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conocimientolibre.wordpress.com/1726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conocimientolibre.wordpress.com/1726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conocimientolibre.wordpress.com/1726/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conocimientolibre.wordpress.com&blog=985038&post=1726&subd=conocimientolibre&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conocimientolibre.wordpress.com/2009/07/07/ypf-migra-a-red-hat-enterprise-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/135aecb3f53d124474f58a6b2ab39e40?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rpluss</media:title>
		</media:content>
	</item>
		<item>
		<title>Unix cumple 40 años</title>
		<link>http://conocimientolibre.wordpress.com/2009/06/11/unix-cumple-40-anos/</link>
		<comments>http://conocimientolibre.wordpress.com/2009/06/11/unix-cumple-40-anos/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 03:21:44 +0000</pubDate>
		<dc:creator>Ricardo Pluss</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://conocimientolibre.wordpress.com/?p=1638</guid>
		<description><![CDATA[Fuente: barrapunto
chonago nos cuenta «Ya se comentó justo hace 5 años en Barrapunto, pero nuevamente la historia de la informática tiene que celebrar un cumpleaños singular. Unix se creó hace 40 años, y todo de una forma peculiar. Ken Thompson, que por entonces trabajaba en Bell Labs (propiedad de AT&#38;T) se quedó de rodríguez en [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conocimientolibre.wordpress.com&blog=985038&post=1638&subd=conocimientolibre&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Fuente: <a href="http://barrapunto.com/articles/09/06/05/103213.shtml">barrapunto</a></p>
<p><a rel="nofollow" href="http://www.muycomputer.com/">chonago</a> nos cuenta <em>«Ya se comentó justo <a href="http://barrapunto.com/mainpage/04/06/04/1045214.shtml?tid=56">hace 5 años en Barrapunto</a>, pero nuevamente la historia de la informática tiene que celebrar un cumpleaños singular. <a href="http://es.wikipedia.org/wiki/Unix">Unix</a> se creó hace 40 años, y todo de una forma peculiar. <a href="http://es.wikipedia.org/wiki/Ken_Thompson">Ken Thompson</a>, que por entonces trabajaba en Bell Labs (propiedad de AT&amp;T) <a href="http://muycomputer.com/FrontOffice/ZonaPractica/Especiales/especialDet/_wE9ERk2XxDC1W7-_xsr8v8Xc6dMvQBf0eccwJISf3Nl6ulA2Ah_sUb7bOnaPEQyq">se quedó de rodríguez en agosto de aquel año</a> y se dedicó a programar en ensamblador la primera versión de Unics (más tarde Unix) para su <a href="http://es.wikipedia.org/wiki/PDP-7">PDP-7</a>. El resto, como suele decirse, <a href="http://www.levenez.com/unix/">es historia</a>.»</em> En <a href="http://www.computerworld.com/action/article.do?command=printArticleBasic&amp;taxonomyName=Operating+Systems&amp;articleId=9133570&amp;taxonomyId=89">Computerworld</a> le han dedicado un artículo a este aniversario que comentan también en <a href="http://www.osnews.com/story/21617/Unix_Turns_40_Past_Present_Future_of_a_Revolutionary_OS">OSNews</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conocimientolibre.wordpress.com/1638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conocimientolibre.wordpress.com/1638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conocimientolibre.wordpress.com/1638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conocimientolibre.wordpress.com/1638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conocimientolibre.wordpress.com/1638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conocimientolibre.wordpress.com/1638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conocimientolibre.wordpress.com/1638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conocimientolibre.wordpress.com/1638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conocimientolibre.wordpress.com/1638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conocimientolibre.wordpress.com/1638/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conocimientolibre.wordpress.com&blog=985038&post=1638&subd=conocimientolibre&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conocimientolibre.wordpress.com/2009/06/11/unix-cumple-40-anos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/135aecb3f53d124474f58a6b2ab39e40?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rpluss</media:title>
		</media:content>
	</item>
	</channel>
</rss>