Zo moeilijk is het in het toch niet? Gebruik dat 'man' commando
Bijv:
'man alias' geeft de man van bash omdat het in intern commando van bash is en geen los programma.
Dan ff zoeken in die bash manual: '/alias' (net als in vi).
Nou, dan krijg je dus dit:
alias [-p] [name[=value] ...]
Alias with no arguments or with the -p option prints the list of
aliases in the form alias name=value on standard output. When
arguments are supplied, an alias is defined for each name whose
value is given. A trailing space in value causes the next word
to be checked for alias substitution when the alias is expanded.
For each name in the argument list for which no value is sup-
plied, the name and value of the alias is printed. Alias
returns true unless a name is given for which no alias has been
defined.
Of
http://www.google.com/linux en dan zoeken op 'alias' geeft als 3e resultaat:
http://linux.about.com/library/cmd/blcmdl1_alias.htm
Deze zou ik dus in de categorie Overigen zetten..