Skip to content

DEV_execute_alias_process

jibedoubleve edited this page Jul 23, 2023 · 2 revisions

Excute an alias from a command line

How is written a command line?

command arg1 arg2 arg3

  • If the command line starts with $ & | @ # ( ) § ! { } - _ \\ + - * / = < > ; : % then the command is this character
  • Otherwise everything before the first space is the command
  • Everything after the first space is the arguments

Sequence diagram

Search