Wednesday, November 4, 2015

Using Aliases

icc_shell> alias rt100 { report_timing -max_paths 100}
Above show that you can use the alias command to create a shortcut for the report_timing command.


icc_shell> unalias f* rt100
Use the unalias cmd removes alias definition created with the alias command.
For Example, to remove all alias beginning with f* and the rt100 alias.




No comments:

Post a Comment