Defining an alias

You can define a new alias. The alias_name is the name of the new alias to create.

About this task

ccm alias alias_name alias_string...
alias_name
Specifies the name of the new alias you are defining.
alias_string
Specifies a value to be used for the alias definition. If you specify a single alias_string, it is split by white space to form the items for the alias definition. If you specify more than one argument after alias_name, each argument is taken as an item for the alias, but is not split.

Example


Feedback