unalias


Name

unalias — delete a command alias

Synopsis

Supported for RTserver, RTclient, RTmon, RTgms, and RTacl:

unalias name 

Description

The unalias command deletes a command alias.

Caution

To prevent irreversible damage to your SmartSockets system, this command should not be specified with the Enable_Control_Msgs option without careful supervision.

See Also

alias

Examples

PROMPT> alias r "disconnect; connect" 
Alias r installed 
PROMPT> alias 
ls     sh ls 
pwd    sh pwd 
r      disconnect; connect 
PROMPT> unalias r 
Unalias command executed for alias r 
PROMPT> alias 
ls     sh ls 
pwd    sh pwd 

TIBCO SmartSockets™ User’s Guide
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com