Command Reference2. FPGA Express Shell Commands unalias _N_A_M_E unalias Removes one or more aliases. SYNTAX string unalias _p_a_t_t_e_r_n string _p_a_t_t_e_r_n... ARGUMENTS _p_a_t_t_e_r_n... Removes aliases matching pattern. This argument can be repeated. Each is the name of a specific alias to remove, or a pattern containing the wildcard characters "*" and "%" which match one or more aliases to be removed. DESCRIPTION The unalias command removes aliases created using the alias command. EXAMPLES The following command removes all aliases. prompt> unalias * The following command removes all aliases beginning with f, and the alias rt100. prompt> unalias f* rt100 SEE ALSO alias(2). v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1