These are shortcut commands for the terminal:
you can get information about how to use them with this command:
you can create one by typing alias create apple banana
apple is the shortcut and banana is the command that gets triggered by it.
now you can type apple instead of typing banana.
we can also use arguments with this setup:
the deleteall command deletes all alias (es) (obviously)
the list command lists the alias (es) that already exist.
the delete command deletes the specified alias:Â delete apple
and no, for those who are wondering, you can't make an alias for the command alias because it is processed differently to all the other commands.