<?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=Comandos_de_la_terminal%2Ftrue</id>
	<title>Comandos de la terminal/true - 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=Comandos_de_la_terminal%2Ftrue"/>
	<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/true&amp;action=history"/>
	<updated>2026-04-05T05:15:58Z</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=Comandos_de_la_terminal/true&amp;diff=5230&amp;oldid=prev</id>
		<title>Rrc en 18:53 18 feb 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/true&amp;diff=5230&amp;oldid=prev"/>
		<updated>2014-02-18T18:53:12Z</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;
* [[:#true | true]]&lt;br /&gt;
&lt;br /&gt;
== true ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ hola&lt;br /&gt;
bash: hola: command not found&lt;br /&gt;
[rrc@Llawyr ~]$ echo $?&lt;br /&gt;
127&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ true&lt;br /&gt;
[rrc@Llawyr ~]$ if [  $? == 0 ]; then echo Verdad; else echo falso;fi&lt;br /&gt;
Verdad&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>