<?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=Comandos_de_la_terminal%2Funalias</id>
	<title>Comandos de la terminal/unalias - 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=Comandos_de_la_terminal%2Funalias"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/unalias&amp;action=history"/>
	<updated>2026-05-14T23:10:07Z</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=Comandos_de_la_terminal/unalias&amp;diff=4947&amp;oldid=prev</id>
		<title>Rrc en 05:02 12 nov 2013</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/unalias&amp;diff=4947&amp;oldid=prev"/>
		<updated>2013-11-12T05:02:46Z</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;
* [[:#unalias | unalias]]&lt;br /&gt;
&lt;br /&gt;
== unalias ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
bash built-in command&lt;br /&gt;
unalias [-a] [name ...]&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd Presentaciones]$ alias MyLS&lt;br /&gt;
alias MyLS=&amp;#039;ls -altrh&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd Presentaciones]$ unalias MyLS&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd Presentaciones]$ alias MyLS&lt;br /&gt;
bash: alias: MyLS: not found&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd Presentaciones]$ alias&lt;br /&gt;
alias cd..=&amp;#039;cd ..&amp;#039;&lt;br /&gt;
alias cp=&amp;#039;cp -i&amp;#039;&lt;br /&gt;
alias d=&amp;#039;ls&amp;#039;&lt;br /&gt;
alias df=&amp;#039;df -h -x supermount&amp;#039;&lt;br /&gt;
alias du=&amp;#039;du -h&amp;#039;&lt;br /&gt;
alias egrep=&amp;#039;egrep --color&amp;#039;&lt;br /&gt;
alias fgrep=&amp;#039;fgrep --color&amp;#039;&lt;br /&gt;
alias grep=&amp;#039;grep --color&amp;#039;&lt;br /&gt;
alias l=&amp;#039;ls&amp;#039;&lt;br /&gt;
alias la=&amp;#039;ls -a&amp;#039;&lt;br /&gt;
alias ll=&amp;#039;ls -l&amp;#039;&lt;br /&gt;
alias ls=&amp;#039;ls -F --color=auto&amp;#039;&lt;br /&gt;
alias lsd=&amp;#039;ls -d */&amp;#039;&lt;br /&gt;
alias mc=&amp;#039;. /usr/lib64/mc/mc-wrapper.sh&amp;#039;&lt;br /&gt;
alias md=&amp;#039;mkdir&amp;#039;&lt;br /&gt;
alias mv=&amp;#039;mv -i&amp;#039;&lt;br /&gt;
alias p=&amp;#039;cd -&amp;#039;&lt;br /&gt;
alias rd=&amp;#039;rmdir&amp;#039;&lt;br /&gt;
alias rm=&amp;#039;rm -i&amp;#039;&lt;br /&gt;
alias s=&amp;#039;cd ..&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd Presentaciones]$ unalias -a&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd Presentaciones]$ alias&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>