<?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>TUX-ES.com &#187; /dev/random</title>
	<atom:link href="http://www.tux-es.com/project1/category/devrandom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tux-es.com/project1</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 14:53:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shell script: leer cada línea de un fichero</title>
		<link>http://www.tux-es.com/project1/2009/11/shell-script-leer-cada-linea-de-un-fichero/</link>
		<comments>http://www.tux-es.com/project1/2009/11/shell-script-leer-cada-linea-de-un-fichero/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:48:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[/dev/random]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://www.tux-es.com/project1/?p=459</guid>
		<description><![CDATA[
#!/bin/bash

exec 0&#60; fichero1
while read -r LINEA
do
echo $LINEA
done

]]></description>
			<content:encoded><![CDATA[<pre>
#!/bin/bash

exec 0&lt; fichero1
while read -r LINEA
do
echo $LINEA
done
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tux-es.com/project1/2009/11/shell-script-leer-cada-linea-de-un-fichero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ejecutar comandos desde AWK y recoger su salida</title>
		<link>http://www.tux-es.com/project1/2009/11/ejecutar-comandos-desde-awk-y-recoger-su-salida/</link>
		<comments>http://www.tux-es.com/project1/2009/11/ejecutar-comandos-desde-awk-y-recoger-su-salida/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:41:18 +0000</pubDate>
		<dc:creator>macuriel</dc:creator>
				<category><![CDATA[/dev/random]]></category>
		<category><![CDATA[awk]]></category>

		<guid isPermaLink="false">http://www.tux-es.com/project1/?p=454</guid>
		<description><![CDATA[
'{
system("CMD &#62; file.temp");
"sh file.temp" &#124; getline VARIABLE;
close("sh file.temp");
}'

]]></description>
			<content:encoded><![CDATA[<pre>
'{
system("CMD &gt; file.temp");
"sh file.temp" | getline VARIABLE;
close("sh file.temp");
}'
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tux-es.com/project1/2009/11/ejecutar-comandos-desde-awk-y-recoger-su-salida/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
