<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://wiki.fjra.es/wiki/index.php?action=history&amp;feed=atom&amp;title=Ltail</id>
		<title>Ltail - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fjra.es/wiki/index.php?action=history&amp;feed=atom&amp;title=Ltail"/>
		<link rel="alternate" type="text/html" href="https://wiki.fjra.es/wiki/index.php?title=Ltail&amp;action=history"/>
		<updated>2026-05-19T07:38:46Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.fjra.es/wiki/index.php?title=Ltail&amp;diff=1694&amp;oldid=prev</id>
		<title>FJRA: Página nueva: Hace un equivalente &quot;tail -f&quot; a las diferencias de una salida de &quot;ls -l&quot; cada 10 segundos.  Código de ltail :  &lt;source lang=&quot;bash&quot;&gt; #!/bin/bash #Hecho por FJ  LL=$(ls -l $@) echo &quot;$L...</title>
		<link rel="alternate" type="text/html" href="https://wiki.fjra.es/wiki/index.php?title=Ltail&amp;diff=1694&amp;oldid=prev"/>
				<updated>2010-03-23T16:26:38Z</updated>
		
		<summary type="html">&lt;p&gt;Página nueva: Hace un equivalente &amp;quot;tail -f&amp;quot; a las diferencias de una salida de &amp;quot;ls -l&amp;quot; cada 10 segundos.  Código de ltail :  &amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt; #!/bin/bash #Hecho por FJ  LL=$(ls -l $@) echo &amp;quot;$L...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Hace un equivalente &amp;quot;tail -f&amp;quot; a las diferencias de una salida de &amp;quot;ls -l&amp;quot; cada 10 segundos.&lt;br /&gt;
&lt;br /&gt;
Código de ltail :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#Hecho por FJ&lt;br /&gt;
&lt;br /&gt;
LL=$(ls -l $@)&lt;br /&gt;
echo &amp;quot;$LL&amp;quot;&lt;br /&gt;
while true; do&lt;br /&gt;
        sleep 10&lt;br /&gt;
        LLB=&amp;quot;$LL&amp;quot;&lt;br /&gt;
        LL=$(ls -l $@)&lt;br /&gt;
        diff &amp;lt;(echo &amp;quot;$LLB&amp;quot;) &amp;lt;(echo &amp;quot;$LL&amp;quot;) | egrep &amp;quot;^&amp;gt; &amp;quot; | sed -e 's/^&amp;gt; //g';&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Bash_Scripts]]&lt;/div&gt;</summary>
		<author><name>FJRA</name></author>	</entry>

	</feed>