Being a philosopher, I have a problem for every solution.
                    - Robert Zend
 
Search
Search

 
 
Navigation menu
Navigation menu
 
 
 
 
Size_box_tl   Size_box_tr
 

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



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