|
|
| |
Psh::Builtins::Alias(3) |
User Contributed Perl Documentation |
Psh::Builtins::Alias(3) |
- •
- "alias [NAME [=] REPLACEMENT]"
Add
"NAME"
as a built-in so that NAME <REST_OF_LINE> will execute exactly as
if REPLACEMENT <REST_OF_LINE> had been entered. For example, one
can execute "alias ls ls -F" to always
supply the -F option to "ls". Note the built-in is
defined to avoid recursion here.
With no arguments, prints out a list of the current aliases.
With only the
"NAME"
argument, prints out a definition of the alias with that name.
Hey! The above document had some coding errors, which are explained
below:
- Around line 7:
- '=item' outside of any '=over'
=over without closing =back
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |