<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Curso_de_Programaci%C3%B3n_en_Bash%2FS16.sh</id>
	<title>Curso de Programación en Bash/S16.sh - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Curso_de_Programaci%C3%B3n_en_Bash%2FS16.sh"/>
	<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Curso_de_Programaci%C3%B3n_en_Bash/S16.sh&amp;action=history"/>
	<updated>2026-04-29T02:41:39Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.cabal.mx/index.php?title=Curso_de_Programaci%C3%B3n_en_Bash/S16.sh&amp;diff=2868&amp;oldid=prev</id>
		<title>Rrc en 05:20 18 nov 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Curso_de_Programaci%C3%B3n_en_Bash/S16.sh&amp;diff=2868&amp;oldid=prev"/>
		<updated>2011-11-18T05:20:15Z</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;
* [[:#S16.sh | S16.sh]]&lt;br /&gt;
** [[:#Resultado | Resultado]]&lt;br /&gt;
** [[:#Explicación | Explicación]]&lt;br /&gt;
&lt;br /&gt;
== S16.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;
echo -n &amp;quot;¿Cómo te llamas? [ `whoami` ] &amp;quot;&lt;br /&gt;
read MiNombre&lt;br /&gt;
if [ -z &amp;quot;$MiNombre&amp;quot; ]; then&lt;br /&gt;
  MiNombre=$( whoami )&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;Te llamas $MiNombre, ¿Verdad?&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]$ ./S16.sh &lt;br /&gt;
 ¿Cómo te llamas? [ rrc ] &lt;br /&gt;
 Te llamas rrc, ¿Verdad?&lt;br /&gt;
 [rrc@Pridd BashClase]$ ./S16.sh &lt;br /&gt;
 ¿Cómo te llamas? [ rrc ] OtraNombre&lt;br /&gt;
 Te llamas OtraNombre, ¿Verdad?&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>