<?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%2Falias</id>
	<title>Comandos de la terminal/alias - 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%2Falias"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/alias&amp;action=history"/>
	<updated>2026-05-13T13:54:18Z</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/alias&amp;diff=4948&amp;oldid=prev</id>
		<title>Rrc en 05:03 12 nov 2013</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/alias&amp;diff=4948&amp;oldid=prev"/>
		<updated>2013-11-12T05:03: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;
* [[:#alias | alias]]&lt;br /&gt;
&lt;br /&gt;
== alias ==&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;
alias [-p] [name[=value] ...]&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ~]$ 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 ~]$ alias -p&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]$ alias ll&lt;br /&gt;
alias ll=&amp;#039;ls -l&amp;#039;&lt;br /&gt;
&lt;br /&gt;
alias MyLS=&amp;#039;ls -altrh&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd Presentaciones]$ alias&lt;br /&gt;
alias MyLS=&amp;#039;ls -altrh&amp;#039;&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]$ MyLS&lt;br /&gt;
total 56K&lt;br /&gt;
drwxr-x---  2 rrc rrc 4.0K Mar  8  2009 InstallMandriva/&lt;br /&gt;
drwxr-x---  2 rrc rrc 4.0K Mar  8  2009 PPPoE/&lt;br /&gt;
drwxr-x---  2 rrc rrc 4.0K Mar  8  2009 DHCP/&lt;br /&gt;
drwxr-x---  3 rrc rrc 4.0K Mar  8  2009 Bash/&lt;br /&gt;
drwxr-xr-x  2 rrc rrc 4.0K Apr 21  2009 Asterisk/&lt;br /&gt;
drwxr-xr-x  2 rrc rrc 4.0K Oct 26  2009 Squid/&lt;br /&gt;
drwxrwxr-x  2 rrc rrc 4.0K Oct 27  2009 QoS/&lt;br /&gt;
drwxr-xr-x  2 rrc rrc 4.0K Nov  8  2009 OpenSSH/&lt;br /&gt;
drwxr-xr-x  2 rrc rrc 4.0K Dec  6  2009 InstallMDK2010.0/&lt;br /&gt;
drwxr-x---  3 rrc rrc 4.0K Nov  2  2011 OpenVPN/&lt;br /&gt;
drwxrwxr-x 23 rrc rrc 4.0K Aug 16 16:11 ../&lt;br /&gt;
-rw-rw-r--  1 rrc rrc 3.1K Nov 11 20:47 time.txt&lt;br /&gt;
drwxr-x--- 13 rrc rrc 4.0K Nov 11 20:49 ./&lt;br /&gt;
drwxr-x---  3 rrc rrc 4.0K Nov 11 20:49 MurosContrafuegos/&lt;br /&gt;
&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>