Psh::Builtins::Alias.3pm

Langue: en

Version: 2003-01-03 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

Sommaire

"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.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 7:
'=item' outside of any '=over'