<?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%2FS25.sh</id>
	<title>Curso de Programación en Bash/S25.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%2FS25.sh"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Curso_de_Programaci%C3%B3n_en_Bash/S25.sh&amp;action=history"/>
	<updated>2026-04-22T07:43:19Z</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/S25.sh&amp;diff=2852&amp;oldid=prev</id>
		<title>Rrc en 05:11 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/S25.sh&amp;diff=2852&amp;oldid=prev"/>
		<updated>2011-11-18T05:11:58Z</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;
* [[:#S25.sh | S25.sh]]&lt;br /&gt;
** [[:#Resultado | Resultado]]&lt;br /&gt;
** [[:#Explicación | Explicación]]&lt;br /&gt;
&lt;br /&gt;
== S25.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 &amp;quot;Mira todos los programas en /usr/bin que actualmente son scripts de Bash:&amp;quot;&lt;br /&gt;
grep -l &amp;quot;shell script&amp;quot; /usr/bin/*&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]$ ./S25.sh &lt;br /&gt;
 Mira todos los programas en /usr/bin que actualmente son scripts de Bash:&lt;br /&gt;
 /usr/bin/autom4te&lt;br /&gt;
 /usr/bin/ccmake&lt;br /&gt;
 /usr/bin/ccp&lt;br /&gt;
 /usr/bin/cmake&lt;br /&gt;
 /usr/bin/code2color&lt;br /&gt;
 /usr/bin/cpack&lt;br /&gt;
 /usr/bin/ctest&lt;br /&gt;
 /usr/bin/dialog&lt;br /&gt;
 /usr/bin/gettext.sh&lt;br /&gt;
 /usr/bin/gzexe&lt;br /&gt;
 /usr/bin/kdesvn-build&lt;br /&gt;
 /usr/bin/kdialog&lt;br /&gt;
 /usr/bin/kdm&lt;br /&gt;
 /usr/bin/koi8rxterm&lt;br /&gt;
 /usr/bin/kreadconfig&lt;br /&gt;
 /usr/bin/kwriteconfig&lt;br /&gt;
 /usr/bin/libtool&lt;br /&gt;
 /usr/bin/mailstat&lt;br /&gt;
 /usr/bin/maketestzone&lt;br /&gt;
 /usr/bin/neqn&lt;br /&gt;
 /usr/bin/pamstretch-gen&lt;br /&gt;
 /usr/bin/rsnapshot&lt;br /&gt;
 /usr/bin/sa-check_spamd&lt;br /&gt;
 /usr/bin/shar&lt;br /&gt;
 /usr/bin/shell-quote&lt;br /&gt;
 /usr/bin/soundconverter&lt;br /&gt;
 /usr/bin/tzselect&lt;br /&gt;
 /usr/bin/uxterm&lt;br /&gt;
 /usr/bin/viewurl-lynx.sh&lt;br /&gt;
 /usr/bin/viewurl-ncftp.sh&lt;br /&gt;
 /usr/bin/viewurl-w3m.sh&lt;br /&gt;
 /usr/bin/zenity&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>