Fonction d'alias Linux Show


type aliasname

Example:

$ alias ls="ls --color=auto";
$ type ls
ls is aliased to `ls --color=auto'
KostasX