Index

Man Page for unalias

NAME
        alias / unalias  
 
 SYNOPSIS
        alias [-s] name=value
        unalias name
 
 DESCRIPTION
        Set aliases (just like in any other shell).
        
          alias name=value

        Options:
            -s  Store all aliases persistently.
        
        and unset the alias with 
        
      unalias name
          
        Use double quotes to specify values with spaces.
        
        Examples:
               
        alias ls="ls -l"
        
        unalias ls                
 
 AUTHOR
        Written by JochenT.
 
 REPORTING BUGS
        Report bugs to <jochen@jtoee.com>.
 
 COPYRIGHT
        Copyright © 2004 JTOEE.