manpagez: man pages & more
man alias(1)
Home | html | info | man
alias(1)                             fish                             alias(1)




NAME

       alias - create a function


   Synopsis
       alias NAME DEFINITION
       alias NAME=DEFINITION


   Description
       Alias is a shellscript wrapper around the function builtin. It exists
       for backwards compatibility with Posix shells. For other uses, it is
       recommended to define a function.

       Alias does not keep track of which functions have been defined using
       alias, nor does it allow erasing of aliases.


       o NAME is the name of the function to define

       o DEFINITION is the body of the function. The string ' $argv' will be
         appended to the body.





Version 1.23.1                    8 Mar 2009                          alias(1)

fish 1.23.1 - Generated Sun Mar 8 13:44:00 CDT 2009
© manpagez.com 2000-2026
Individual documents may contain additional copyright information.