Once a programmer had a problem. He thought he could solve it with a regular expression. Now he had two problems.
                                - Anonymous
 
Пошук
Пошук

 
 
Навігаційне меню
Навігаційне меню
 
 
Проекти
Проекти
 
 
 
 
Size_box_tl   Size_box_tr
 
Unfortunately, there is no translation for this page. We have redirected you to the english version of the site. We are sorry for any inconvenience caused...

Find if the command has an alias

 

type -all

example output:

$ type -all ls
ls is aliased to `ls -G'
ls is /bin/ls

variations:

alias | grep command

tips:

if you would like to skip alias and use the original command you can put a backslash in front of it like so: \ls or use command ls

Ця сторінка була оновлена: 22/04/2011 08:08


© Inspire Software, Denys Pavlov, 2005-2012
© Inspire Software, Denys Pavlov, 2005-2012
 
Size_box_bl   Size_box_br