<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Curso_de_Programaci%C3%B3n_en_Bash%2FS24.sh</id>
	<title>Curso de Programación en Bash/S24.sh - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Curso_de_Programaci%C3%B3n_en_Bash%2FS24.sh"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Curso_de_Programaci%C3%B3n_en_Bash/S24.sh&amp;action=history"/>
	<updated>2026-04-22T01:33:41Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>http://wiki.cabal.mx/index.php?title=Curso_de_Programaci%C3%B3n_en_Bash/S24.sh&amp;diff=2854&amp;oldid=prev</id>
		<title>Rrc en 05:13 18 nov 2011</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Curso_de_Programaci%C3%B3n_en_Bash/S24.sh&amp;diff=2854&amp;oldid=prev"/>
		<updated>2011-11-18T05:13:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#S24.sh | S24.sh]]&lt;br /&gt;
** [[:#Resultado | Resultado]]&lt;br /&gt;
** [[:#Explicación | Explicación]]&lt;br /&gt;
&lt;br /&gt;
== S24.sh ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line=&amp;quot;GESHI_FANCY_LINE_NUMBERS&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
touch ArchivoDePrueba&lt;br /&gt;
&lt;br /&gt;
ArchivoInfo=$( ls -al ArchivoDePrueba )&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;${ArchivoInfo[@]:40} es de tipo ${ArchivoInfo[@]:0:1}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
echo -e &amp;quot;\tEl Dueño es ${ArchivoInfo[@]:13:3}, \&lt;br /&gt;
el grupo es ${ArchivoInfo[@]:17:3} y el tamaño es ${ArchivoInfo[@]:21:1}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
echo -e &amp;quot;\tel tiempo de la ultima modificación es ${ArchivoInfo[@]:34:5} \&lt;br /&gt;
el ${ArchivoInfo[@]:23:10}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Resultado ===&lt;br /&gt;
&lt;br /&gt;
 [rrc@Pridd BashClase]$ ./S24.sh &lt;br /&gt;
 ArchivoDePrueba es de tipo -&lt;br /&gt;
 	El Dueño es rrc, el grupo es rrc y el tamaño es 0&lt;br /&gt;
 	el tiempo de la ultima modificación es 08:27 el 2011-11-17&lt;br /&gt;
 [rrc@Pridd BashClase]$ ls -al ArchivoDePrueba &lt;br /&gt;
 -rw------- 1 rrc rrc 0 2011-11-17 08:27 ArchivoDePrueba&lt;br /&gt;
 [rrc@Pridd BashClase]$ &lt;br /&gt;
&lt;br /&gt;
=== Explicación ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Programación en Bash]]&lt;br /&gt;
[[Category:CursoBash]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>