Concept Flow - Aliases for shortcuts
Start
Define alias: name='command'
Use alias name
Shell replaces alias name with command
Execute command
Show output
End
This flow shows how you define a shortcut (alias) and then use it. The shell replaces the alias with the full command before running it.