Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux show alias function


type aliasname

Example:

$ alias ls="ls --color=auto";
$ type ls
ls is aliased to `ls --color=auto'
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #linux #show #alias #function
ADD COMMENT
Topic
Name
3+8 =